Files
buildpack-nginx/bin/release
T
2014-11-05 22:54:22 -05:00

9 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cat << EOF
---
default_process_types:
web: sed -i "s/<PORT>/\$PORT/g" /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
EOF