diff --git a/Dockerfile b/Dockerfile index 4679eb6..d014e9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN #echo "allow-terminal-websockets=1" >> /etc/rstudio/rsession.conf RUN echo "limit-cpu-time-minutes=0" >> /etc/rstudio/rsession.conf RUN echo "limit-file-upload-size-mb=0" >> /etc/rstudio/rsession.conf RUN #echo "limit-xfs-disk-quota=no" >> /etc/rstudio/rsession.conf -RUN curl -o "${R_HOME}/etc/R/Rprofile.site" "https://code-repo.d4science.org/gCubeSystem/rstudio-rprofile/raw/branch/master/jupyter-Rprofile.site" +RUN curl -o "${R_HOME}/etc/Rprofile.site" "https://code-repo.d4science.org/gCubeSystem/rstudio-rprofile/raw/branch/master/jupyter-Rprofile.site" # Copy a script that we will use to correct permissions after running certain commands COPY fix-permissions /usr/local/bin/fix-permissions