test-project2/container/Dockerfile

6 lines
77 B
Docker

FROM ubuntu:22.04
COPY ./file.txt /file.txt
CMD ["sh", "-c", "echo Hello"]