Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 11:25:37 +02:00 committed by GitHub
parent 8470094d62
commit 7a496e6d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,4 @@ WORKDIR /APP
COPY ./docker .
RUN chmod +x hello.sh
ENTRYPOINT ["/APP/hello.sh"]
CMD ["/APP/hello.sh"]