Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 229 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 229 Bytes

Simple-python-app

Simple python app for testing

Specs

  • Python 3.7
  • uWSGI
  • Flask
  • Runs on port 5002

Install dependencies

pip install -r requirements.txt

Build docker image

docker build -t simple-python-app .