Nginx for PyCon TW website on Google Cloud Platform
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