diff options
Diffstat (limited to 'tests/unit/testdata/context/Dockerfile')
| -rw-r--r-- | tests/unit/testdata/context/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/testdata/context/Dockerfile b/tests/unit/testdata/context/Dockerfile new file mode 100644 index 0000000..d1ceac6 --- /dev/null +++ b/tests/unit/testdata/context/Dockerfile @@ -0,0 +1,2 @@ +FROM busybox:latest +CMD echo "success" |
