Spaces:
Running
Running
Update startup.sh
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -7,7 +7,7 @@ ls -l /
|
|
7 |
cd /bin
|
8 |
ls -l
|
9 |
|
10 |
-
/
|
11 |
|
12 |
sleep 10
|
13 |
|
|
|
7 |
cd /bin
|
8 |
ls -l
|
9 |
|
10 |
+
/app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
|
11 |
|
12 |
sleep 10
|
13 |
|