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 c50c220ba4 chore: run shfmt
2022-09-10 17:13:33 -04:00

12 lines
163 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