On recent Fedoras, /usr/bin/celery is already the Py3 version
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
8c96f6e24b
commit
7a6d8c8f7c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ items:
|
|||
name="bodhi-celery" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
license="MIT"
|
||||
ENTRYPOINT /usr/bin/celery-3 worker -A bodhi.server.tasks.app -l info -Q celery
|
||||
ENTRYPOINT /usr/bin/celery worker -A bodhi.server.tasks.app -l info -Q celery
|
||||
type: Dockerfile
|
||||
strategy:
|
||||
type: Docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue