Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 217 Bytes

A template for dockerized Flask projects.

It is composed by two services:

  • Webserver: runs the Flask application.
  • Nginx: serves as the proxy for the Webserver.

Start command:

docker-compose up