Updated docker file to run new script file

This commit is contained in:
2024-01-01 17:52:44 +00:00
parent 59d379f657
commit ef94773b8f
6 changed files with 16 additions and 8 deletions

View File

@@ -4,7 +4,11 @@ services:
wmgzon:
container_name: "wmgzon"
build: .
environment:
- APPSECRET=test
ports:
- "5000:5000"
- "5000:5000"
volumes:
- .:/code
- .:/app
restart: unless-stopped