Skip to content

template repo for spinning up a quick flask app with docker

License

Notifications You must be signed in to change notification settings

joetats/flask_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_boilerplate

template repo for spinning up a quick flask app with docker

clone the repo, then to launch a dev environment on localhost on port 5001:

docker-compose up -d --build

For a 'production' environment:

docker-compose -f docker-compose.prod.yml up -d --build

About

template repo for spinning up a quick flask app with docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published