fix the typo actions

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

View File

@ -7,4 +7,3 @@ RUN zypper --non-interactive clean --all
COPY hello.sh /hello.sh COPY hello.sh /hello.sh
ENTRYPOINT ["/hello.sh"] ENTRYPOINT ["/hello.sh"]
CMD ["/bin/bash"]