diff --git a/Dockerfile b/Dockerfile index bab089a..504e528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file