Arts-of-coding commited on
Commit
34849bb
1 Parent(s): b5f4499

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -53,10 +53,14 @@ COPY ./dash_plotly_QC_scRNA.py dash_plotly_QC_scRNA.py
53
 
54
  COPY ./main.py main.py
55
 
 
 
56
  #RUN mkdir /azure
57
 
58
  # Only when not using azure
59
  COPY /data/ ./data/
 
 
60
  #USER testuser
61
  #RUN chown -R testuser /app/azure
62
 
 
53
 
54
  COPY ./main.py main.py
55
 
56
+ COPY ./app.py app.py
57
+
58
  #RUN mkdir /azure
59
 
60
  # Only when not using azure
61
  COPY /data/ ./data/
62
+
63
+ COPY /pages/ ./pages/
64
  #USER testuser
65
  #RUN chown -R testuser /app/azure
66