fix start.sh
This commit is contained in:
Binary file not shown.
@@ -61,7 +61,8 @@ services:
|
||||
build: .
|
||||
command: celery -A celery_worker.celery worker --loglevel=info
|
||||
volumes:
|
||||
- .:/app
|
||||
- ./uploads:/app/uploads
|
||||
- ./static:/app/static
|
||||
environment:
|
||||
- FLASK_APP=app.py
|
||||
- FLASK_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user