martynka commited on
Commit
9212278
·
verified ·
1 Parent(s): 812ed5c

Delete entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +0 -9
entrypoint.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
- set -e
3
-
4
- echo "Fetching config..."
5
- APK add curl
6
- curl -s -o /app/librechat.yaml "$CONFIG_PATH"
7
-
8
- echo "Starting backend..."
9
- npm run backend