-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error with gunicorn when running kong/httpbin:0.2.0 #62
Comments
Added a new PR that should fix this: |
Merged
5 tasks
@VBranimir Thanks for the PR 🙇 Approved and merged it. I've triggered the release for 0.2.1. LMYK if we can close this issue with that. |
Let us know when the new docker image is created, thanks |
It's working perfectly, the only change is this #61 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The latest release of httpbin broke the image. When I now try to start running it I get the following error:
gunicorn": executable file not found in $PATH: unknown
Comparing with version 0.1.0 I noticed that gunicorn is not in
/usr/local/bin
anymoreThe text was updated successfully, but these errors were encountered: