mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-26 10:30:46 +00:00
Initial version
This commit is contained in:
8
bin/release
Normal file
8
bin/release
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
cat << EOF
|
||||
---
|
||||
default_process_types:
|
||||
web: erb $1/nginx.conf.erb > $1/nginx.conf && nginx -c /app/nginx.conf
|
||||
EOF
|
Reference in New Issue
Block a user