Skip to content

Commit

Permalink
Update appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 12, 2024
1 parent 8b83a46 commit edf135e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions binder/appendix
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Override repo2docker use of start (so we can remove $REPO_DIR)
USER root
ENV R2D_ENTRYPOINT=/usr/local/bin/repo2docker-start
RUN cp ${REPO_DIR}/binder/start ${R2D_ENTRYPOINT} && \
chmod +x ${R2D_ENTRYPOINT} && \
rm -r ${REPO_DIR}/*
RUN echo "abc"

0 comments on commit edf135e

Please sign in to comment.