buildpack-nginx/bin/release

9 lines
186 B
Plaintext
Raw Normal View History

2013-08-17 06:41:19 +00:00
#!/usr/bin/env bash
set -e
cat << EOF
---
default_process_types:
2014-11-05 14:48:58 +00:00
web: echo 's/<PORT>/$PORT/g' && sed -i 's/<PORT>/$PORT/g' /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
2013-08-17 06:41:19 +00:00
EOF