Spaces:
Sleeping
Sleeping
wjm55
commited on
Commit
·
08e55bd
1
Parent(s):
2ee7e70
fixed bin
Browse files
start.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
|
| 3 |
-
# Start Weaviate
|
| 4 |
-
/weaviate --host 127.0.0.1 --port 7860 --scheme http &
|
| 5 |
|
| 6 |
-
# Start NGINX
|
| 7 |
nginx -g 'daemon off;'
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
|
| 3 |
+
# Start Weaviate
|
| 4 |
+
/bin/weaviate --host 127.0.0.1 --port 7860 --scheme http &
|
| 5 |
|
| 6 |
+
# Start NGINX
|
| 7 |
nginx -g 'daemon off;'
|