Adapt Docker files to neo-server data migration
This commit is contained in:
@@ -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