chronodiagram/docker-compose.yml

13 lines
261 B
YAML

version: '3'
services:
svganim:
image: svganim
build:
context: .
dockerfile: ./Dockerfile
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
ports:
- "7890:7890"
volumes:
- ./files:/files