Skip to content

Commit 775e2ce

Browse files
committed
Add the build argument to the Dockerfile
[refs #de2a989cd7db]
1 parent 6b86450 commit 775e2ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_args/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM alpine:3.6
22

3-
ENV NAME=World
3+
ARG NAME=Docker
4+
ENV NAME=$NAME
45

56
COPY greeter.sh /
67

0 commit comments

Comments
 (0)