Del(file): entrypoint.sh

This commit is contained in:
2025-12-17 18:05:52 +09:00
parent 17105cf6ee
commit 172c7801fe
-15
View File
@@ -1,15 +0,0 @@
#!/bin/sh
# Create config.json
cat <<EOF > /app/config.json
{
"host": "${UWUZU_HOST}",
"api_token": "${UWUZU_TOKEN}",
"random_ueuse": "${TWEET_ENABLED}",
"check_interval": "${CHECK_INTERVAL}",
"rana_core_log": "${THINK_OUTPUT_ENABLED}"
}
EOF
# Run
exec npm start