Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 11:19:34 +02:00 committed by GitHub
parent bffcd470d8
commit 90bc7fa2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ WORKDIR /APP
COPY ./docker . COPY ./docker .
CMD ["cat ./hello.txt"] CMD ["cat /APP/hello.txt"]