Skip to content

Commit 25d6b0f

Browse files
committed
fix: remove invalid comment from CMD directive
1 parent 1272931 commit 25d6b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
2626

2727
USER trace
2828
ENTRYPOINT ["tini", "--", "trace"]
29-
CMD ["--help"] # trigger rebuild
29+
CMD ["--help"]

0 commit comments

Comments
 (0)