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