docker-artifact/Dockerfile

5 lines
107 B
Docker
Raw Normal View History

2021-04-26 11:50:36 -05:00
FROM busybox
ADD testfile.txt .
RUN rm testfile.txt && mkdir app && echo "hello" > /app/othertestfile.txt