Arts-of-coding
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -35,7 +35,8 @@ RUN chmod +x /mount-blobfuse.sh
|
|
35 |
|
36 |
#ADD /data/ /app/data/
|
37 |
|
38 |
-
|
|
|
39 |
|
40 |
# Preset the volume change this to the actual azure folder
|
41 |
#VOLUME /dash_plotly_QC_scRNA/./data
|
|
|
35 |
|
36 |
#ADD /data/ /app/data/
|
37 |
|
38 |
+
WORKDIR /app
|
39 |
+
WORKDIR /
|
40 |
|
41 |
# Preset the volume change this to the actual azure folder
|
42 |
#VOLUME /dash_plotly_QC_scRNA/./data
|