This commit is contained in:
2025-09-12 08:27:41 +02:00
parent f59275deea
commit fb60f8582d
5 changed files with 16 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- ".:/app"
ports:
- "5000:5000"
- "5001:5000"
environment:
- FLASK_APP=app.py
- FLASK_ENV=development