fix start.sh
This commit is contained in:
Binary file not shown.
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user