Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 484 Bytes

Vote App Frontend

This is a frontend app, part of Example Voting App.

To build and run this app as a container,

  • use python:alpine3.17 container base image
  • map/expose container port 80
  • copy over the source code
  • run pip install -r requirements.txt to install dependencies
  • launch the app with gunicorn app:app -b 0.0.0.0:80 command
  • Dummy commit1
  • Dummy commit2
  • Dummy commit3