Simple Dockerized Flask app for Blog Posts
To build the Docker image:
cd
into your app directory.- Clone this repo.
- Run
docker build -t docker_deploy_example .
- To run the app locally, execute
docker run -p 80:80 -d docker_deploy_example
.
Blog Posts where this is used: