Initial commit

This commit is contained in:
containers
2022-10-05 07:47:14 +00:00
commit dd3a481758
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"]