Skip to content

Commit

Permalink
add scripts to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Dec 19, 2023
1 parent 5f56277 commit ed87af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ COPY . /opt/reconstructR
RUN R -e "devtools::install_local('/opt/reconstructR', dependencies=TRUE, upgrade='never'); library(reconstructR)"

# Bash prompt
ENV PATH="/opt/reconstructR/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
CMD ["/bin/bash"]

0 comments on commit ed87af7

Please sign in to comment.