diff --git a/Dockerfile b/Dockerfile index 66a7c9a..3953a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN zypper --non-interactive clean --all COPY hello.sh /hello.sh -# ENTRYPOINT ["/hello.sh"] +ENTRYPOINT ["/hello.sh"] CMD ["/bin/bash"]