marius92mc / python-docker

Guide for Writing Dockerfiles for Python Web Applications

Home Page:http://blog.hasura.io/an-exhaustive-guide-to-writing-dockerfiles-for-node-js-web-apps-bbee6bd2f3c4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://blog.hasura.io/an-exhaustive-guide-to-writing-dockerfiles-for-node-js-web-apps-bbee6bd2f3c4


Languages

Language:Python 83.3%Language:HTML 12.8%Language:CSS 3.9%