mgt c8 checkpoint at tests
This commit is contained in:
@@ -28,7 +28,10 @@ services:
|
||||
build:
|
||||
context: backend
|
||||
target: builder
|
||||
restart: always
|
||||
# Next two are only debug, used without restart
|
||||
stdin_open: true
|
||||
tty: true
|
||||
#restart: always
|
||||
# Comment following line to use flask (1worker, dev), uncomment to use uwsgi (wsgi)
|
||||
#command: ["uwsgi", "--http", "0.0.0.0:8000", "--master", "-p", "4", "-w", "microblog:app"]
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user