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...
78d03ad
librechat
/
entrypoint.sh
martynka
Create entrypoint.sh
4bd3c6a
verified
5 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
#!/bin/bash
set
-e
echo
"Fetching config..."
curl -s -o /app/librechat.yaml
"
$CONFIG_PATH
"
echo
"Starting backend..."
npm run backend