mirror of
https://github.com/elyby/accounts.git
synced 2024-10-30 23:43:00 +05:30
6 lines
152 B
Bash
6 lines
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
envsubst '$AUTHSERVER_HOST:$PHP_LINK' < /etc/nginx/conf.d/account.ely.by.conf.template > /etc/nginx/conf.d/default.conf
|
|
|
|
exec "$@"
|