librechat / entrypoint.sh
martynka's picture
Update entrypoint.sh
890e06c verified
raw
history blame
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