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...
f6fb9fd
librechat
/
start-temp.sh
martynka
Create start-temp.sh
70d8ef2
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
#!/bin/sh
# Start the combined server
cd
/app && npm run backend &
python3 /app/sudo/app.py &
caddy run --config /app/caddy/Caddyfile &
wait