mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-13 20:36:23 +00:00
Use $app instead of $1, closes #1.
This commit is contained in:
parent
a7bcb52023
commit
8e6678f6f8
@ -4,5 +4,5 @@ set -e
|
|||||||
cat << EOF
|
cat << EOF
|
||||||
---
|
---
|
||||||
default_process_types:
|
default_process_types:
|
||||||
web: erb $1/nginx.conf.erb > $1/nginx.conf && nginx -c /app/nginx.conf
|
web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user