Skip to content

Commit

Permalink
opt/share
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 30, 2024
1 parent 2092b0e commit 2fb668e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ RUN Rscript install.r
COPY Rprofile /usr/lib/R/etc/Rprofile.site

# ensure user owns all of /opt
ENV XDG_DATA_HOME=/opt
ENV XDG_DATA_HOME=/opt/share
RUN curl -fsSL https://code-server.dev/install.sh | sh && rm -rf .cache
RUN chown -R ${NB_USER}:users /opt
RUN chown -R ${NB_USER}:users /opt/share

USER ${NB_USER}

Expand Down

0 comments on commit 2fb668e

Please sign in to comment.