Skip to content

Commit 14da9ad

Browse files
committed
Dockerfile: Also copy binary as STAR
1 parent 9abb582 commit 14da9ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828

2929
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
3030

31+
# Also copy as STAR in the docker image for a 1:1 swap
32+
COPY --from=builder /ruSTAR /usr/local/bin/STAR
33+
3134
ENTRYPOINT ["ruSTAR"]

0 commit comments

Comments
 (0)