fix entrypoint
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2023-12-06 20:02:11 +01:00
parent 16f81a867c
commit 0ec5cfa6d0
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,4 +9,4 @@ RUN curl -L "https://github.com/PierreBeucher/novops/releases/download/${NOVOPS_
&& rm novops.zip
RUN apk del curl unzip
ENTRYPOINt ["/usr/bin/bin/novops"]
ENTRYPOINt ["/usr/local/bin/novops"]