misantamaria commited on
Commit
b4efbec
1 Parent(s): 36fc8c4

app path fixed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ RUN echo "--> Go!"
47
  ARG RSTUDIO_PORT
48
  ENV RSTUDIO_PORT=$RSTUDIO_PORT
49
 
50
- ENV APP="app"
51
 
52
  RUN chmod +777 /home/.cache
53
  RUN mkdir /home/.cache/matplotlib
 
47
  ARG RSTUDIO_PORT
48
  ENV RSTUDIO_PORT=$RSTUDIO_PORT
49
 
50
+ ENV APP=$HOME/"app"
51
 
52
  RUN chmod +777 /home/.cache
53
  RUN mkdir /home/.cache/matplotlib