Skip to content

stevemcquaid/python-flask-docker-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Flask Dockerized Application#

Build the image using the following command

$ docker build -t simple-flask-app:latest .

Run the Docker container using the command shown below.

$ docker run -d -p 80:5000 simple-flask-app

The application will be accessible at http:127.0.0.1:5000

About

Hello world Python Flask application Dockerized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 57.1%
  • Shell 25.6%
  • Python 17.3%