Skip to content

Commit

Permalink
Merge pull request #138 from nmfs-opensci/eeholmes-patch-2
Browse files Browse the repository at this point in the history
fix copy of pyrocket_scripts
  • Loading branch information
eeholmes authored Nov 4, 2024
2 parents 06c119c + 19fd375 commit b6145bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'appendix'
- 'desktop.sh'
- 'rocker.sh'
- 'scripts/**'
- '.github/workflows/build-dev.yaml'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion appendix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN cp ${REPO_DIR}/custom_jupyter_server_config.json ${NB_PYTHON_PREFIX}/etc/jup
RUN rm -rf ${REPO_DIR}/book ${REPO_DIR}/docs

# Copy scripts into /pyrocket_scripts directory in the image
COPY ${REPO_DIR}/scripts /pyrocket_scripts
RUN mkdir -p /pyrocket_scripts && cp -r ${REPO_DIR}/scripts /pyrocket_scripts

# Set ownership to root and permissions to 755
RUN chown -R root:root /pyrocket_scripts && \
Expand Down

0 comments on commit b6145bd

Please sign in to comment.