Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -61,7 +61,7 @@ RUN useradd -m -u 1000 user
|
|
61 |
|
62 |
#############################################
|
63 |
# Specify /data volume.
|
64 |
-
|
65 |
|
66 |
##############################################################################
|
67 |
# Start the weaviate vector database, text2vec-transformers and the semantic search app.
|
|
|
61 |
|
62 |
#############################################
|
63 |
# Specify /data volume.
|
64 |
+
VOLUME /data
|
65 |
|
66 |
##############################################################################
|
67 |
# Start the weaviate vector database, text2vec-transformers and the semantic search app.
|