Duplicated from LibreChat/LibreChat
4bd3c6a
1
2
3
4
5
6
7
8
#!/bin/bash set -e echo "Fetching config..." curl -s -o /app/librechat.yaml "$CONFIG_PATH" echo "Starting backend..." npm run backend