fathyshalaby commited on
Commit
a4b6a45
1 Parent(s): f4aab2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -16,6 +16,9 @@ RUN pip3 install --no-cache-dir -r requirements.txt
16
 
17
 
18
 
 
 
 
19
  EXPOSE 8501
20
  CMD streamlit run app.py \
21
  --server.headless true \
 
16
 
17
 
18
 
19
+ COPY --chown=user . $HOME/app
20
+
21
+
22
  EXPOSE 8501
23
  CMD streamlit run app.py \
24
  --server.headless true \