A simple Flask web application.
-
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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple Flask web application.
Build the Docker image:
docker build -t web-project-01 .Run the Docker container:
docker run -p 5000:5000 web-project-01Access the application:
Open your web browser and go to http://localhost:5000