Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LibreChat/LibreChat
martynka
/
librechat
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
01ffd2c
librechat
/
entrypoint.sh
martynka
Update entrypoint.sh
890e06c
verified
5 months ago
raw
Copy download link
history
blame
Safe
148 Bytes
#!/bin/bash
set
-e
echo
"Fetching config..."
APK add curl
curl -s -o /app/librechat.yaml
"
$CONFIG_PATH
"
echo
"Starting backend..."
npm run backend