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

Skip to content

Kishore-kalastri/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

  • Python 83.3%
  • HTML 12.8%
  • CSS 3.9%