Skip to content

Commit 1fbd74e

Browse files
committed
Remove COPY command
1 parent ee4f830 commit 1fbd74e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ RUN mkdir -p ${HOME}/.ipython/profile_default
4141
COPY --chown=${NB_UID}:${NB_GID} binder/ipython_config.py ${HOME}/.ipython/profile_default/
4242

4343
# Copy the repository late in the build process
44-
RUN mkdir -p ${REPO}
45-
COPY --chown=${NB_UID}:${NB_GID} . ${REPO}/
44+
# RUN mkdir -p ${REPO}
45+
# COPY --chown=${NB_UID}:${NB_GID} . ${REPO}/
4646

4747
# Set the working directory to the repository
4848
WORKDIR ${REPO}

0 commit comments

Comments
 (0)