Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 330 Bytes

pycontw-nginx

Nginx for PyCon TW website on Google Cloud Platform

Usage

To run the container, use the following command:

make run-stag  # for staging
make run-prod  # for production

To stop the container, use the following command:

make stop-stag  # for staging
make stop-prod  # for production