mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-26 10:30:46 +00:00
Remove start.sh
This commit is contained in:
@ -4,5 +4,5 @@ set -e
|
||||
cat << EOF
|
||||
---
|
||||
default_process_types:
|
||||
web: sh start.sh
|
||||
web: echo 's/<PORT>/{${PORT}}/g' && sed -i 's/<PORT>/{${PORT}}/g' /app/nxinx.conf && /app/nginx/nginx -c /app/nginx.conf
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user