mirror of
https://github.com/elyby/accounts.git
synced 2024-11-26 16:52:02 +05:30
8 lines
159 B
Bash
8 lines
159 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
generate-upstream
|
||
|
|
||
|
envsubst '$AUTHSERVER_HOST' < /etc/nginx/conf.d/account.ely.by.conf.template > /etc/nginx/conf.d/default.conf
|
||
|
|
||
|
exec "$@"
|