Turns out exec array is not supported in HEALTHCHECK
continuous-integration/drone/push Build is failing Details

master
pictuga 2021-12-28 15:23:40 +01:00
parent 2a7a1b83ec
commit 8e9cc541b0
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ USER 1000:1000
ENTRYPOINT ["/bin/sh", "/app/morss-helper"] ENTRYPOINT ["/bin/sh", "/app/morss-helper"]
CMD ["run"] CMD ["run"]
HEALTHCHECK CMD ["check"] HEALTHCHECK CMD /bin/sh /app/morss-helper check