Compare commits

...

1 Commits

Author SHA1 Message Date
bd3542197a add yq
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2024-03-07 16:01:36 -06:00

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 \