Skip to content

Commit

Permalink
Merge pull request #20 from nmfs-opensci/eeholmes-patch-5
Browse files Browse the repository at this point in the history
copy in rocker.sh
  • Loading branch information
eeholmes authored Oct 8, 2024
2 parents 4ddc6d4 + 4dc1452 commit bd9fecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appendix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN yes | unminimize
ENV MANPATH="${NB_PYTHON_PREFIX}/share/man:${MANPATH}"
RUN mandb

RUN chmod +x /rocker.sh && /rocker.sh
COPY rocker.sh /rocker.sh
RUN chmod +x /rocker.sh && /rocker.sh && rm /rocker.sh

# Revert to default user
USER ${NB_USER}

0 comments on commit bd9fecc

Please sign in to comment.