Don't dump config to docker console

This commit is contained in:
Cohee 2024-04-13 19:27:52 +03:00
parent b340863d52
commit d02f81974c
1 changed files with 0 additions and 5 deletions

View File

@ -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