feat: add health hander and healtchek to docker image and update cd pipline for backend
All checks were successful
Backend ci / build (push) Successful in 3m11s

This commit is contained in:
d3m0k1d
2026-02-11 15:31:52 +03:00
parent 0804e4e80a
commit 54436e9cba
3 changed files with 13 additions and 3 deletions

View File

@@ -15,5 +15,5 @@ FROM alpine:3.23.0
COPY --from=builder /app/backend .
EXPOSE 8080
HEALTHCHECK CMD curl --fail http://localhost:8080/health || exit 1
CMD ["./backend"]