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