fix start.sh

This commit is contained in:
2025-06-03 09:12:12 +02:00
parent ea841e4d54
commit 1e16c598e1
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,8 @@ services:
build: . build: .
command: celery -A celery_worker.celery worker --loglevel=info command: celery -A celery_worker.celery worker --loglevel=info
volumes: volumes:
- .:/app - ./uploads:/app/uploads
- ./static:/app/static
environment: environment:
- FLASK_APP=app.py - FLASK_APP=app.py
- FLASK_ENV=development - FLASK_ENV=development