Am running Flask application inside a docker container, the output of the application can be seen at http://localhost:5000.
How do i make configuration for this so that the url will be http://localhost/myapp (OR) in production something like https://www.ex.com/myapp ?