mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Add necessary environment variable in development docker compose
This commit is contained in:
parent
603212e1df
commit
d61e68c690
@ -2,6 +2,8 @@ version: "3.5"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nopaque:
|
nopaque:
|
||||||
|
environment:
|
||||||
|
- FLASK_ENV=development
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user