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...
main
librechat
/
removed
/
start-temp.sh
martynka
Rename start-temp.sh to removed/start-temp.sh
2d01896
verified
about 1 month 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