sillytavern / docker /docker-entrypoint.sh
Nocigar's picture
Upload 2 files
fe52598 verified
raw
history blame
221 Bytes
#!/bin/sh
if [ ! -e "config/config.yaml" ]; then
echo "Resource not found, copying from defaults: config.yaml"
cp -r "default/config.yaml" "config/config.yaml"
fi
# Start the server
exec node server.js --listen