Skip to content

bneelon85/docker_deploy_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker_deploy_example

Simple Dockerized Flask app for Blog Posts

To build the Docker image:

  1. cd into your app directory.
  2. Clone this repo.
  3. Run docker build -t docker_deploy_example .
  4. To run the app locally, execute docker run -p 80:80 -d docker_deploy_example.

Blog Posts where this is used:

About

simple dockerized flask app for blog posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages