mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-04-11 05:20:33 +00:00
Port
This commit is contained in:
parent
a0e955806e
commit
51b16c2175
@ -4,5 +4,5 @@ set -e
|
|||||||
cat << EOF
|
cat << EOF
|
||||||
---
|
---
|
||||||
default_process_types:
|
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
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user