diff --git a/Dockerfile b/Dockerfile index a2248a3..14e76df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,6 +97,7 @@ RUN mkdir "/home/${NB_USER}/work" && \ # Correct permissions # Do all this in a single RUN command to avoid duplicating all of the # files across image layers when the permissions change +RUN ls COPY --chown="${NB_UID}:${NB_GID}" ./initial-condarc "${CONDA_DIR}/.condarc" WORKDIR /tmp RUN set -x && \