1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-13 17:06:03 +00:00
buildpack-nginx/bin/release
Florian Heinemann 02c3810249 Further changes
2014-11-05 00:28:07 -05:00

12 lines
181 B
Bash
Executable File

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