Rebuild image with labels after finding the file; move example to example dir
This commit is contained in:
4
example/Dockerfile
Normal file
4
example/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM busybox
|
||||
ADD testfile.txt .
|
||||
RUN rm testfile.txt && mkdir app && echo "hello" > /app/othertestfile.txt
|
||||
|
Reference in New Issue
Block a user