fix
This commit is contained in:
parent
41045fdf3a
commit
cc56dec270
3 changed files with 5 additions and 10 deletions
|
|
@ -1,11 +1,10 @@
|
|||
services:
|
||||
wordonaut:
|
||||
tagbot:
|
||||
build: .
|
||||
container_name: tagbot
|
||||
ports:
|
||||
- "8001:5000"
|
||||
environment:
|
||||
- FLASK_APP=wordonaut.py
|
||||
- FLASK_APP=db.py
|
||||
- FLASK_RUN_HOST=0.0.0.0
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
Loading…
Add table
Add a link
Reference in a new issue