Fix permission error
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
ae3e517fec
commit
c67125bf2a
@ -5,4 +5,6 @@ RUN zypper --non-interactive install osc
|
|||||||
RUN zypper --non-interactive clean --all
|
RUN zypper --non-interactive clean --all
|
||||||
|
|
||||||
COPY hello.sh /hello.sh
|
COPY hello.sh /hello.sh
|
||||||
|
RUN chmod +x /hello.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/hello.sh"]
|
ENTRYPOINT ["/hello.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user