Solved wrong environment bug

This commit is contained in:
2025-07-05 11:41:18 +02:00
parent 9c24a8658f
commit 86fd72b623
2 changed files with 5 additions and 10 deletions

View File

@@ -14,4 +14,5 @@ services:
- ./.env:/app./.env
environment:
- PORT=${PORT:-5000}
- FLASK_ENV=${FLASK_ENV:-production}
restart: unless-stopped