1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-18 02:36:02 +00:00
buildpack-nginx/bin/release

12 lines
181 B
Plaintext
Raw Normal View History

2013-08-17 06:41:19 +00:00
#!/usr/bin/env bash
set -e
2014-11-05 05:28:07 +00:00
ls -la /
ls -la /app
2013-08-17 06:41:19 +00:00
cat << EOF
---
default_process_types:
2014-11-05 05:28:07 +00:00
web: erb /app/nginx.conf.erb > /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
2013-08-17 06:41:19 +00:00
EOF