feat: add dco for dev setup
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
3057be050e
commit
6599424f27
1 changed files with 13 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
slides:
|
||||||
|
image: codingcoffee/slides
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./0001-intro/index.html:/usr/share/nginx/html/0001-intro/index.html
|
||||||
|
- ./0001-intro/images:/usr/share/nginx/html/0001-intro/images
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
|
||||||
Loading…
Reference in a new issue