1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 11:48:42 +00:00
This commit is contained in:
Florian Heinemann 2014-11-05 09:48:58 -05:00
parent 6571ed1b95
commit 5c20c665c6

View File

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