1
0
mirror of https://github.com/elyby/accounts.git synced 2025-01-27 05:52:45 +05:30

6 lines
140 B
Bash
Raw Normal View History

#!/usr/bin/env sh
envsubst '$AUTHSERVER_HOST' < /etc/nginx/conf.d/account.ely.by.conf.template > /etc/nginx/conf.d/default.conf
exec "$@"