Update Dockerfile
parent
b8aebe83f0
commit
54935c3daa
|
|
@ -1,5 +1,6 @@
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
COPY ./file.txt /file.txt
|
COPY ./file.txt /file.txt
|
||||||
|
COPY ./file.txt /file2.txt
|
||||||
|
|
||||||
CMD ["sh", "-c", "echo Hello"]
|
CMD ["sh", "-c", "echo Hello"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue