Duplicated from LibreChat/LibreChat
70d8ef2
1
2
3
4
5
6
#!/bin/sh # Start the combined server cd /app && npm run backend & python3 /app/sudo/app.py & caddy run --config /app/caddy/Caddyfile & wait