Add necessary environment variable in development docker compose

This commit is contained in:
Patrick Jentsch 2022-04-28 14:34:48 +02:00
parent 603212e1df
commit d61e68c690

View File

@ -2,6 +2,8 @@ version: "3.5"
services:
nopaque:
environment:
- FLASK_ENV=development
ports:
- "5000:5000"
volumes: