Skip to content

仓库 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.

关于

Guide for Writing Dockerfiles for Python Web Applications

Topics

Resources

Stars

61 stars

关注者

2 watching

复刻s

发布

Used by

贡献者

Languages