DEV Community

Advait Raykar
Advait Raykar

Posted on

Simple flask application with docker giving 404

I am trying to run a simple docker flask app. The app is inside the docker container. I have exposed the app to external clients bu making the host 0.0.0.0; yet, I am getting 404s. The server is definitely being reached, but the end points are not being available. I…

Top comments (0)