Skip to content

Add missing binaries in dockerfile (for gunicorn) #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spwoodcock
Copy link
Contributor

I realised in e5a39f7 that I missed copying the locally installed binaries.

This means that gunicorn was not available in the path, and the container could not start up.

This PR:

  • Adds the bins to the final image stage, making gunicorn command available.
  • I also correctly added the python libs under site-packages, where they should be by default 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant