Skip to content

Commit

Permalink
Getting closer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 26, 2024
1 parent d480087 commit ea780c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack/full-stack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ COPY --from=base /opt/config-quick-setup.yaml /opt/
COPY --from=base "${CONDA_DIR}/envs/aiida-core-services" "${CONDA_DIR}/envs/aiida-core-services"
COPY --from=base /usr/local/bin/before-notebook.d /usr/local/bin/before-notebook.d
COPY --from=base "${PGDATA}" "${PGDATA}"
RUN chown "${NB_USER}" "${PGDATA}"

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

USER ${NB_USER}

Expand Down

0 comments on commit ea780c2

Please sign in to comment.