zrcadlo
https://github.com/dokku/buildpack-nginx.git
synchronizováno 2025-10-27 18:16:30 +00:00
9 řádky
148 B
Bash
Spustitelný soubor
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
|