Skip to content

Commit

Permalink
fix: add -m in front of python3!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 17, 2024
1 parent 543db0c commit af2240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN chmod +x docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"]

FROM base AS prod
CMD ["python3", "celery", "-A", "celery_app.server", "worker", "-l", "INFO"]
CMD ["python3", "-m", "celery", "-A", "celery_app.server", "worker", "-l", "INFO"]

0 comments on commit af2240e

Please sign in to comment.