restore composer.json, add mysqli extension
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m54s
Some checks failed
Build and Push to Docker Hub / build-test-push (push) Failing after 1m54s
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
|
||||
celery:
|
||||
build: .
|
||||
command: celery -A config worker --loglevel=info
|
||||
command: sh ./scripts/celery.sh
|
||||
restart: always
|
||||
volumes:
|
||||
- .:/code
|
||||
|
||||
Reference in New Issue
Block a user