Skip to content

ludev-nl/docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample repository for a Python/Flask web app and how to Docker-ize it.

Build with

docker build -t python-flask-example .

Run with

docker run -p 5000:5000 python-flask-example

Visit localhost:5000 to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published