1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-10-04 07:54:04 +00:00
buildpack-nginx/bin/release
2016-09-20 01:18:03 -06:00

10 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
# bin/release <build-dir>
cat <<EOF
---
addons: []
default_process_types:
web: /app/start_nginx
EOF