Skip to content

Commit f1889f0

Browse files
committed
Dockerfile: use CMD, not ENTRYPOINT. Alias STAR.
1 parent 9abb582 commit f1889f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2727
&& rm -rf /var/lib/apt/lists/*
2828

2929
COPY --from=builder /ruSTAR /usr/local/bin/ruSTAR
30+
COPY --from=builder /ruSTAR /usr/local/bin/STAR
3031

31-
ENTRYPOINT ["ruSTAR"]
32+
CMD ["ruSTAR"]

0 commit comments

Comments
 (0)