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