mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
10 lines
123 B
Bash
Executable File
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
|