mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-03 07:42:48 +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 "$@" |