chore: remove healthcheck from dockerfile

This commit is contained in:
Stavros
2025-05-22 22:36:29 +03:00
parent da7cebdfed
commit 1a7b6cfb99

View File

@@ -52,7 +52,4 @@ COPY --from=builder /tinyauth/tinyauth ./
EXPOSE 3000
HEALTHCHECK --interval=10s --timeout=5s \
CMD curl -f http://localhost:3000/api/healthcheck || exit 1
ENTRYPOINT ["./tinyauth"]