Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

komoot/flask-docker-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-docker-helloworld

Sample project to build a flask hello-world application with docker

Test it out with

$> docker build -t application:latest .
$> docker run -p 5000:5000 application:latest

Open http://localhost:5000/

About

Sample project to build a flask hello-world application with docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published