Fix permission error

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-08 17:21:44 +08:00
parent ae3e517fec
commit c67125bf2a
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -5,4 +5,6 @@ RUN zypper --non-interactive install osc
RUN zypper --non-interactive clean --all
COPY hello.sh /hello.sh
RUN chmod +x /hello.sh
ENTRYPOINT ["/hello.sh"]