Web-Project-01 A simple Flask web application. Running with Docker Build the Docker image: docker build -t web-project-01 . Run the Docker container: docker run -p 5000:5000 web-project-01 Access the application: Open your web browser and go to http://localhost:5000