Skip to content

Commit 1127401

Browse files
committed
Add a default command via a CMD instruction
[refs #debd91fa82c1]
1 parent a99d262 commit 1127401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoints/curl/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ RUN apk update \
55
&& rm -rf /var/cache/apk/*
66

77
ENTRYPOINT ["/usr/bin/curl"]
8+
CMD ["--help"]

0 commit comments

Comments
 (0)