Add 'Dockerfile'

This commit is contained in:
2022-08-06 14:53:57 +00:00
parent beda342d1c
commit 389e34228e
+5
View File
@@ -0,0 +1,5 @@
FROM busybox
RUN echo "I'm simple!"
COPY ./stranger /stranger
RUN cat /stranger