8000 GitHub - RockDeep/python_webapp: Generic Docker image for Python webapp
[go: up one dir, main page]

Skip to content

RockDeep/python_webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_webapp

Generic Docker image for Python Flask webapp.

Installs Python 2.7, Flask and Apache. Virtualenv is intentionally avoided - Docker is used to encapsulate python version and dependencies.

The app will be available on port 5000 in the docker container - this is expected to be mapped to port 80 on the host. If you want to run on port 80, just edit the Dockerfile.

About

Generic Docker image for Python webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.2%
  • Shell 17.8%
0