mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't dump config to docker console
This commit is contained in:
@@ -5,10 +5,5 @@ if [ ! -e "config/config.yaml" ]; then
|
|||||||
cp -r "default/config.yaml" "config/config.yaml"
|
cp -r "default/config.yaml" "config/config.yaml"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CONFIG_FILE="config.yaml"
|
|
||||||
|
|
||||||
echo "Starting with the following config:"
|
|
||||||
cat $CONFIG_FILE
|
|
||||||
|
|
||||||
# Start the server
|
# Start the server
|
||||||
exec node server.js --listen
|
exec node server.js --listen
|
||||||
|
Reference in New Issue
Block a user