updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-02-28 18:57:44 +08:00
parent cf1d1ca878
commit ae5ea03043
19 changed files with 236 additions and 59 deletions

View File

@@ -2,4 +2,4 @@ from celery import Celery
# celery app instance
celery_app = Celery(__name__)
celery_app.config_from_object('config.celery')
celery_app.config_from_object('config')