add yq
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
James Andariese 2024-03-07 16:01:36 -06:00
parent a2539e2bb0
commit bd3542197a

View File

@ -19,6 +19,8 @@ FROM alpine:${ALPINE}
COPY --from=builder /ipfs /bin/ipfs
COPY --from=builder /ipfswatch /bin/ipfswatch
RUN apk add --no-cache yq
CMD ["ipfs"]
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \