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
All checks were successful
Backend ci / build (push) Successful in 3m11s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user