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
|
||||
|
||||
COPY hello.sh /hello.sh
|
||||
RUN chmod +x /hello.sh
|
||||
|
||||
ENTRYPOINT ["/hello.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user