Updated docker file to run new script file
This commit is contained in:
@@ -4,7 +4,11 @@ services:
|
||||
wmgzon:
|
||||
container_name: "wmgzon"
|
||||
build: .
|
||||
environment:
|
||||
- APPSECRET=test
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- .:/code
|
||||
- .:/app
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user