1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-13 17:06:03 +00:00
buildpack-nginx/bin/release
2013-11-21 12:45:32 -08:00

9 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cat << EOF
---
default_process_types:
web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf
EOF