1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-08-27 19:06:05 +00:00
buildpack-nginx/bin/release
Florian Heinemann 36c6e73871 Remove start.sh
2014-11-05 09:36:38 -05:00

9 lines
194 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cat << EOF
---
default_process_types:
web: echo 's/<PORT>/{${PORT}}/g' && sed -i 's/<PORT>/{${PORT}}/g' /app/nxinx.conf && /app/nginx/nginx -c /app/nginx.conf
EOF