Compare commits
No commits in common. "1e1cb5cfd0f8e925b2952c82d62a5baaaa93163a" and "fd881a0745bfb00581059085bcfcfbe31d8bbf09" have entirely different histories.
1e1cb5cfd0
...
fd881a0745
1 changed files with 1 additions and 2 deletions
|
@ -2,12 +2,11 @@ version: '3'
|
|||
services:
|
||||
svganim:
|
||||
image: svganim
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
|
||||
ports:
|
||||
- "127.0.0.1:7890:7890"
|
||||
- "7890:7890"
|
||||
volumes:
|
||||
- ./files:/files
|
||||
|
|
Loading…
Reference in a new issue