Del(file): entrypoint.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user