Initial commit

This commit is contained in:
containers
2021-07-25 19:35:12 +00:00
commit 4acfd10102
4 changed files with 194 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM scratch
RUN echo "hello world"
COPY example.txt /
ENV VAR=1
CMD ["sleep", "infinity"]