start.sh 121 B

12
  1. #!/bin/bash
  2. envsubst '$FLASK_SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'