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