This commit is contained in:
神楽坂 白 2023-10-30 14:19:13 +00:00
parent 45158c21f7
commit 9b75bb9bf6

View File

@ -4,10 +4,8 @@
echo "{
\"addr\": \"$ADDR\",
\"api_url\": \"$API_URL\",
\"api_key\": $API_KEY
\"api_key\": \"$API_KEY\"
}" > /app/config.json
cat /app/config.json
# 执行传入的命令
exec "$@"