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