From f3aab28d2e5cbb136c2c1a1754e60a79944d94b3 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Thu, 31 Jul 2025 15:42:30 +0300 Subject: [PATCH] - --- testsDockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsDockerfile b/testsDockerfile index a79e1b1..f415295 100644 --- a/testsDockerfile +++ b/testsDockerfile @@ -2,6 +2,7 @@ FROM gitea.pena/penadevops/container-images/golang:main WORKDIR /app COPY . . RUN go mod download -RUN apk add tzdata curl +RUN apk add --no-cache tzdata curl catatonit +ENTRYPOINT ["/sbin/catatonit", "--"] CMD go run ./cmd/main.go & sleep 30 && go test ./tests && kill %1