first commit
This commit is contained in:
@ -24,6 +24,8 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
restart: always
|
||||
command: >
|
||||
sh -c "python seed_user.py && gunicorn --bind 0.0.0.0:5000 run:app"
|
||||
|
||||
db:
|
||||
image: mysql:8.0
|
||||
|
||||
Reference in New Issue
Block a user