librechat / entrypoint.sh
martynka's picture
Create entrypoint.sh
4bd3c6a verified
raw
history blame
135 Bytes
#!/bin/bash
set -e
echo "Fetching config..."
curl -s -o /app/librechat.yaml "$CONFIG_PATH"
echo "Starting backend..."
npm run backend