This commit is contained in:
Florian Heinemann 2014-11-05 22:54:22 -05:00
parent a0e955806e
commit 51b16c2175
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ set -e
cat << EOF
---
default_process_types:
web: sed -i "s/<PORT>/$PORT/g" /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
web: sed -i "s/<PORT>/\$PORT/g" /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
EOF