Skip to content

Commit

Permalink
Merge pull request #323 from pangenome/fix_scripts_dockerfile
Browse files Browse the repository at this point in the history
add entire `scripts` folder in `bin`
  • Loading branch information
AndreaGuarracino authored Aug 10, 2023
2 parents 9a352f6 + 71c9598 commit ea0304e
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 @@ -175,6 +175,7 @@ RUN wget https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools.s

# copy required scripts
COPY scripts/* /usr/local/bin/
COPY scripts /usr/local/bin/scripts/

# Hacky-way to easily get versioning info
COPY .git /usr/local/bin/
Expand Down

0 comments on commit ea0304e

Please sign in to comment.