We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abb582 commit 14da9adCopy full SHA for 14da9ad
1 file changed
Dockerfile
@@ -28,4 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
28
29
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
30
31
+# Also copy as STAR in the docker image for a 1:1 swap
32
+COPY --from=builder /ruSTAR /usr/local/bin/STAR
33
+
34
ENTRYPOINT ["ruSTAR"]
0 commit comments