mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoManager
synced 2024-12-14 20:39:59 +00:00
8 lines
117 B
Bash
8 lines
117 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -eu
|
|
|
|
envsubst '${API_URL}' < /nginx.conf.template > /etc/nginx/conf.d/default.conf
|
|
|
|
|
|
exec "$@" |