1
0
zrcadlo https://github.com/dokku/buildpack-nginx.git synchronizováno 2025-10-27 18:16:30 +00:00
Files
buildpack-nginx/bin/release
2013-11-21 12:45:32 -08:00

9 řádky
148 B
Bash
Spustitelný soubor

#!/usr/bin/env bash
set -e
cat << EOF
---
default_process_types:
web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf
EOF