Skip to content

Commit

Permalink
Remove fix-permissions from full-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Aug 2, 2024
1 parent a275122 commit 79eec85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions stack/full-stack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ FROM lab
USER root

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

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

USER ${NB_USER}
COPY --from=base "${CONDA_DIR}/envs/aiida-core-services" "${CONDA_DIR}/envs/aiida-core-services"

# WARNING: If you change this, you have to change it in base-with-services as well
ENV PGDATA="/home/${NB_USER}/.postgresql"
Expand Down

0 comments on commit 79eec85

Please sign in to comment.