MVPilgrim commited on
Commit
02fec5e
·
1 Parent(s): 9864c20

Copy .streamlit/main.css.

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -68,6 +68,8 @@ RUN useradd -m -u 1000 user
68
  # Specify /data volume.
69
  #VOLUME /data
70
 
 
 
71
  ##############################################################################
72
  # Start the weaviate vector database, text2vec-transformers and the semantic search app.
73
  #RUN /app/startup.sh
 
68
  # Specify /data volume.
69
  #VOLUME /data
70
 
71
+ WORKDIR /app
72
+
73
  ##############################################################################
74
  # Start the weaviate vector database, text2vec-transformers and the semantic search app.
75
  #RUN /app/startup.sh