1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 11:48:42 +00:00
buildpack-nginx/bin/release
2013-08-16 23:44:22 -07:00

9 lines
144 B
Bash

#!/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