👷 Fix: Remove health check for OCI compliance
OCI images don't have health checks apparently
This commit is contained in:
parent
8a037a0c41
commit
bd2eb8a93c
1 changed files with 0 additions and 2 deletions
|
@ -29,5 +29,3 @@ COPY --from=builder /app/static ./static
|
|||
ENTRYPOINT ["sh", "-c", "sleep 10 && cd && ./notatio"]
|
||||
LABEL name=notatio version=latest
|
||||
EXPOSE 9991
|
||||
HEALTHCHECK --interval=5m --timeout=3s \
|
||||
CMD curl -f http://localhost/ || exit 1
|
Loading…
Reference in a new issue