mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-05-19 14:42:31 +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 "$@" |