Arts-of-coding
commited on
Commit
•
7b293f0
1
Parent(s):
340c8dc
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -35,9 +35,10 @@ RUN chmod +x /mount-blobfuse.sh
|
|
35 |
|
36 |
#ADD /data/ /app/data/
|
37 |
|
38 |
-
WORKDIR /dashboard/app/azure
|
39 |
WORKDIR /dashboard
|
40 |
-
|
|
|
|
|
41 |
|
42 |
# Preset the volume change this to the actual azure folder
|
43 |
#VOLUME /dash_plotly_QC_scRNA/./data
|
|
|
35 |
|
36 |
#ADD /data/ /app/data/
|
37 |
|
|
|
38 |
WORKDIR /dashboard
|
39 |
+
WORKDIR /
|
40 |
+
RUN chmod 777 /dashboard
|
41 |
+
WORKDIR /dashboard
|
42 |
|
43 |
# Preset the volume change this to the actual azure folder
|
44 |
#VOLUME /dash_plotly_QC_scRNA/./data
|