diff --git a/Dockerfile b/Dockerfile index 3953a05..a724c7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,3 @@ RUN zypper --non-interactive clean --all COPY hello.sh /hello.sh ENTRYPOINT ["/hello.sh"] -CMD ["/bin/bash"]