From 172c7801fe8a2c77793cf2b2dbda94e22e7ac084 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Wed, 17 Dec 2025 18:05:52 +0900 Subject: [PATCH] Del(file): entrypoint.sh --- entrypoint.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100644 index 32910df..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# Create config.json -cat < /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