From 16da0d1e36d7dc742b46b3792525340abc00b09e Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Tue, 24 Jan 2023 15:03:23 +0100 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 && \