MVPilgrim commited on
Commit
a126b0d
·
verified ·
1 Parent(s): 4539967

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -61,7 +61,7 @@ RUN useradd -m -u 1000 user
61
 
62
  #############################################
63
  # Specify /data volume.
64
- #VOLUME /data
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.