We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abb582 commit f1889f0Copy full SHA for f1889f0
1 file changed
Dockerfile
@@ -27,5 +27,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
27
&& rm -rf /var/lib/apt/lists/*
28
29
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
30
+COPY --from=builder /ruSTAR /usr/local/bin/STAR
31
-ENTRYPOINT ["ruSTAR"]
32
+CMD ["ruSTAR"]
0 commit comments