cleaned up example
This commit is contained in:
parent
291207ed6c
commit
3ea8c0ab4a
@ -1,8 +1,8 @@
|
||||
FROM alpine:latest
|
||||
ADD ../README.md /somefile.txt
|
||||
ADD README.md /somefile.txt
|
||||
RUN mkdir /root/example
|
||||
RUN cp /somefile.txt /root/example/somefile1.txt
|
||||
RUN cp /somefile.txt /root/example/somefile2.txt
|
||||
RUN cp /somefile.txt /root/example/somefile3.txt
|
||||
RUN mv /root/example/somefile3.txt /root/saved.txt
|
||||
RUN rm -rf /root/example/
|
||||
RUN rm -rf /root/example/
|
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@ -0,0 +1,9 @@
|
||||
/.git
|
||||
/.scripts
|
||||
/dist
|
||||
/doc
|
||||
/ui
|
||||
/utils
|
||||
/image
|
||||
/cmd
|
||||
/build
|
Loading…
x
Reference in New Issue
Block a user