Skip to content

Commit

Permalink
fix: docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Mar 4, 2024
1 parent 5a6be06 commit 406e46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN pip3 install --no-cache-dir -r /app/requirements.txt

COPY . /app/
ENTRYPOINT celery
CMD -A app.celery_setup.app worker -Q $QUEUE_NAME
CMD -A celery_setup.app worker -Q $QUEUE_NAME

0 comments on commit 406e46c

Please sign in to comment.