mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 03:38:43 +00:00
Switch to sh
This commit is contained in:
parent
8d4667f1c8
commit
afe205f1cf
@ -4,5 +4,5 @@ set -e
|
||||
cat << EOF
|
||||
---
|
||||
default_process_types:
|
||||
web: erb /app/nginx.conf.erb > /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
|
||||
web: sh start.sh
|
||||
EOF
|
||||
|
2
bin/start.sh
Normal file
2
bin/start.sh
Normal file
@ -0,0 +1,2 @@
|
||||
erb /app/nginx.conf.erb > /app/nginx.conf
|
||||
/app/nginx/nginx -c /app/nginx.conf
|
Loading…
Reference in New Issue
Block a user