docker-artifact/example/Dockerfile

5 lines
107 B
Docker
Raw Normal View History

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