Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -70,5 +70,5 @@ RUN pip show semantic-text-splitter
|
|
70 |
RUN useradd -m -u 1000 user
|
71 |
|
72 |
##############################################################################
|
73 |
-
# Start the weaviate vector database and the semantic search
|
74 |
RUN ./startup.sh
|
|
|
70 |
RUN useradd -m -u 1000 user
|
71 |
|
72 |
##############################################################################
|
73 |
+
# Start the weaviate vector database and the semantic search app.
|
74 |
RUN ./startup.sh
|