Skip to content

Commit

Permalink
Update Dockerfile.pyinstaller
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Farcy <[email protected]>
  • Loading branch information
danihodovic and CFarcy authored Mar 1, 2024
1 parent 3839eca commit 0372269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pyinstaller
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ RUN eval "$(pyenv init -)" && pyinstaller cli.py -y --onefile --name celery-expo
--hidden-import=celery.loaders.app \
--hidden-import=celery.app.amqp \
--hidden-import=celery.app.control \
--hidden-import=kombu.transport.redis\
--hidden-import=kombu.transport.redis \
--hidden-import=kombu.transport.pyamqp

0 comments on commit 0372269

Please sign in to comment.