Skip to content

Sending a curl request to a dockerized nginx+gunicorn+flask app #2639

Answered by IavTavares
IavTavares asked this question in Q&A
Discussion options

You must be logged in to vote

The problem was when binding gunicorn, I should have done:
$ docker run -it -p 5000:5000 <image_name> bash

Both 5000...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IavTavares
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant