Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 11:18:23 +02:00 committed by GitHub
parent 0fcdc05826
commit 247851065e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@ FROM debian:bullseye-slim AS hello-world
COPY ./docker . COPY ./docker .
CMD ["< ./hello.txt"] CMD ["cat ./hello.txt"]