Skip to content

Commit

Permalink
Revert full-stack fix-permission change
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Sep 8, 2024
1 parent d42e04c commit ac9850c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/full-stack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=base "${CONDA_DIR}/envs/aiida-core-services" "${CONDA_DIR}/envs/aiid
COPY --from=base /usr/local/bin/before-notebook.d /usr/local/bin/before-notebook.d

RUN fix-permissions "${CONDA_DIR}"
RUN fix-permissions "/home/${NB_USER}"
RUN fix-permissions "/home/${NB_USER}/.aiida"

USER ${NB_USER}

Expand Down

0 comments on commit ac9850c

Please sign in to comment.