Arts-of-coding commited on
Commit
25c4179
1 Parent(s): 07c06b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -9,7 +9,7 @@ EXPOSE 5000
9
  LABEL Maintainer="arts-of-coding"
10
  USER root
11
 
12
- WORKDIR /
13
 
14
  # fix locales
15
  RUN apt-get update \
@@ -35,9 +35,9 @@ RUN chmod +x /mount-blobfuse.sh
35
 
36
  #ADD /data/ /app/data/
37
 
38
- WORKDIR /app/azure
39
- WORKDIR /
40
- RUN chmod 777 /app/azure
41
 
42
  # Preset the volume change this to the actual azure folder
43
  #VOLUME /dash_plotly_QC_scRNA/./data
 
9
  LABEL Maintainer="arts-of-coding"
10
  USER root
11
 
12
+ WORKDIR /dashboard
13
 
14
  # fix locales
15
  RUN apt-get update \
 
35
 
36
  #ADD /data/ /app/data/
37
 
38
+ WORKDIR /dashboard/app/azure
39
+ WORKDIR /dashboard
40
+ RUN chmod 777 /dashboard/app/azure
41
 
42
  # Preset the volume change this to the actual azure folder
43
  #VOLUME /dash_plotly_QC_scRNA/./data