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