Files
containers/slides/docker-compose.yaml
Marco Verleun 5d71d32efc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Back to original in this branch
2023-01-05 15:37:55 +01:00

17 lines
226 B
YAML

version: "2"
services:
www:
image: nginx
volumes:
- .:/usr/share/nginx/html
ports:
- 80
builder:
build: .
volumes:
- ..:/repo
working_dir: /repo/slides
command: ./build.sh forever