Initial commit
This commit is contained in:
4
test/Dockerfile
Normal file
4
test/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine
|
||||
|
||||
ARG name=world
|
||||
RUN echo "Hello ${name}!"
|
||||
Reference in New Issue
Block a user