GitHub - lianamahesra-creator/python-docker: Guide for Writing Dockerfiles for Python Web Applications · GitHub
Skip to content

lianamahesra-creator/python-docker

 
 

Folders and files

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

Contributors

Languages

  • Python 74.1%
  • Dockerfile 12.8%
  • HTML 10.1%
  • CSS 3.0%