Skip to content

Commit

Permalink
Fix permissions?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 22, 2024
1 parent f735c2b commit 0bbe0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ RUN --mount=from=uv,source=/uv,target=/bin/uv \

USER root
COPY ./before-notebook.d/* /usr/local/bin/before-notebook.d/
RUN fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
RUN fix-permissions "${CONDA_DIR}"

# REMOVE HOME
RUN find /home/${NB_USER}/ -delete

WORKDIR "/home/${NB_USER}"
RUN fix-permissions "/home/${NB_USER}"
USER ${NB_USER}

0 comments on commit 0bbe0b1

Please sign in to comment.