This commit is contained in:
2025-11-28 11:47:35 +01:00
parent 6bd880110b
commit d98601717f

View File

@@ -22,7 +22,8 @@ services:
SECRET_KEY: change_this_secret_key_in_production
FLASK_ENV: production
volumes:
- ./app:/app
- ./app:/app/app
- ./wsgi.py:/app/wsgi.py
- test_results:/app/test_results
depends_on:
- db