1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-08-28 03:16:02 +00:00
buildpack-nginx/bin/release
Florian Heinemann 46f02564c4 Changed
2014-11-05 00:31:04 -05:00

9 lines
159 B
Bash
Executable File

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