Update Dockerfile

main
David Boreham 2023-04-21 09:20:55 -06:00 committed by GitHub
parent b8aebe83f0
commit 54935c3daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM ubuntu:22.04
COPY ./file.txt /file.txt
COPY ./file.txt /file2.txt
CMD ["sh", "-c", "echo Hello"]