mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adapt Docker files to neo-server data migration
This commit is contained in:
6
start.sh
6
start.sh
@@ -21,12 +21,6 @@ then
|
||||
esac
|
||||
fi
|
||||
|
||||
# if running on replit patch whitelist
|
||||
if [ ! -z "$REPL_ID" ]; then
|
||||
echo -e "Running on Repl.it... \nPatching Whitelist..."
|
||||
sed -i 's|whitelistMode = true|whitelistMode = false|g' "config.conf"
|
||||
fi
|
||||
|
||||
echo "Installing Node Modules..."
|
||||
export NODE_ENV=production
|
||||
npm i --no-audit --no-fund --quiet --omit=dev
|
||||
|
Reference in New Issue
Block a user