mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-22 22:59:04 +00:00
Fixes pb FLASK_APP environment variable
This commit is contained in:
parent
df6a7c352a
commit
6d511971cd
@ -19,7 +19,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
image: sartography/protocol-builder-mock:$E2E_TAG
|
image: sartography/protocol-builder-mock:$E2E_TAG
|
||||||
environment:
|
environment:
|
||||||
- FLASK_APP=/protocol-builder-mock/app.py
|
- FLASK_APP=./pb/__init__.py
|
||||||
- UPGRADE_DB=true
|
- UPGRADE_DB=true
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_PORT=5432
|
- DB_PORT=5432
|
||||||
|
Loading…
x
Reference in New Issue
Block a user