Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MattKNewell/python-docker

 
 

Repository files navigation

A simple Hello World app written in Python Flask.

Contains Dockerfiles for Development (with Hot Reloading) and Production.

Build and run using any dockerfile:

$ docker build -f [dockerfile] -t python-docker .
$ docker run --rm -it -p 8080:8080 python-docker

Uses gunicorn for production build.

About

Guide for Writing Dockerfiles for Python Web Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.1%
  • Python 36.6%
  • HTML 5.6%
  • CSS 1.7%