mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55: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:
|
||||
nopaque:
|
||||
environment:
|
||||
- FLASK_ENV=development
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user