diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..eb176d6 --- /dev/null +++ b/Containerfile @@ -0,0 +1,3 @@ +FROM alpine:3.15 + +RUN echo hello there, this is a test \ No newline at end of file