cleaned up example
This commit is contained in:
parent
291207ed6c
commit
3ea8c0ab4a
@ -1,5 +1,5 @@
|
||||
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
|
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