10 lines
198 B
YAML
10 lines
198 B
YAML
services:
|
|
rasmusBendtsenDK:
|
|
build: .
|
|
ports:
|
|
- "5001:5001"
|
|
volumes:
|
|
- ./pages:/app/pages
|
|
- ./static/images:/app/static/images
|
|
- ./static/video:/app/static/video
|