Compare commits

..

No commits in common. "1e1cb5cfd0f8e925b2952c82d62a5baaaa93163a" and "fd881a0745bfb00581059085bcfcfbe31d8bbf09" have entirely different histories.

View file

@ -2,12 +2,11 @@ version: '3'
services: services:
svganim: svganim:
image: svganim image: svganim
restart: always
build: build:
context: . context: .
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\"" # entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
ports: ports:
- "127.0.0.1:7890:7890" - "7890:7890"
volumes: volumes:
- ./files:/files - ./files:/files