diff options
Diffstat (limited to 'test/build/from-multiple-files/Dockerfile2.withfrom')
-rw-r--r-- | test/build/from-multiple-files/Dockerfile2.withfrom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build/from-multiple-files/Dockerfile2.withfrom b/test/build/from-multiple-files/Dockerfile2.withfrom new file mode 100644 index 000000000..fa3b96908 --- /dev/null +++ b/test/build/from-multiple-files/Dockerfile2.withfrom @@ -0,0 +1,2 @@ +FROM alpine +COPY Dockerfile2.withfrom / |