run hello

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-09-21 14:37:57 +08:00
parent 53210d7d43
commit 78e20cd879
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -6,5 +6,5 @@ RUN zypper --non-interactive clean --all
COPY hello.sh /hello.sh
# ENTRYPOINT ["/hello.sh"]
ENTRYPOINT ["/hello.sh"]
CMD ["/bin/bash"]