Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Oct 16, 2024
1 parent dfa8c51 commit 928985d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM ghcr.io/nmfs-opensci/container-images/py-rocket-base:latest
# If needed to do a root install of software
USER root
COPY app.sh app.sh
RUN chmod xxxxx && ./app.sh && rm app.sh
RUN chmod +x app.sh && ./app.sh && rm app.sh
USER ${NB_USER}
# install R packages
Expand Down

0 comments on commit 928985d

Please sign in to comment.