1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-21 11:56:02 +00:00
buildpack-nginx/bin/release
Jose Diaz-Gonzalez fb081cabb2 Add trace mode
2016-09-20 01:31:04 -06:00

11 lines
164 B
Bash
Executable File

#!/usr/bin/env bash
# bin/release <build-dir>
set -eo pipefail; [[ $TRACE ]] && set -x
cat <<EOF
---
addons: []
default_process_types:
web: /app/start_nginx
EOF