From bd86c45e89c4306167116966b4f9eae462ea0245 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Thu, 21 Sep 2023 14:43:26 +0800 Subject: [PATCH] fix the typo actions Signed-off-by: Alex Lau (AvengerMoJo) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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"]