1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-18 02:36:02 +00:00
buildpack-nginx/bin/release
Florian Heinemann afe205f1cf Switch to sh
2014-11-05 01:35:10 -05:00

9 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cat << EOF
---
default_process_types:
web: sh start.sh
EOF