Spaces:
Running
Running
Delete entrypoint.sh
Browse files- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|