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 153c2a3 commit a95fc82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binder/appendix
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# 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}/*

0 comments on commit a95fc82

Please sign in to comment.