Skip to content

A simple website in Python using the Flask and Docker

Notifications You must be signed in to change notification settings

marcbest/medium-docker-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medium-docker-flask

A simple website in Python using the Flask and Docker

Running the example

Build the image

docker build -t medium-docker-flask .

Run the contianer

docker run -p 5000:5000 medium-docker-flask

About

A simple website in Python using the Flask and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages