Demo2-002: Wrong Port Python

If you see this, the MCP fixed the port mismatch!

App Port: 5000 (Flask default)

Python Version: Python 3.11.14

Original Error:

App listens on port 5000, but Dockerfile EXPOSE says 8080

MCP should have detected and fixed the port mismatch.