C:\Windows\System32\my-webapp>docker run -p 8080:8080 my-webapp
- Serving Flask app 'app.py' (lazy loading)
- Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
- Debug mode: off
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.
Error: Could not import 'app'.