Skip to content

Commit fb1d956

Browse files
committed
Add comment examples to the myalpine Dockerfile
[refs #efbde25b862c]
1 parent 84cab07 commit fb1d956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

myalpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM alpine:latest
1+
# THIS IS A COMMENT
2+
FROM alpine:latest # NOT A COMMENT
23

34
RUN apk update
45
RUN apk add bash

0 commit comments

Comments
 (0)