core/deployments/renew_tests/TestsDockerfile
pasha1coil 96c2ce7b59
Some checks failed
Tests / CreateImage (push) Successful in 3m3s
Tests / Tests (push) Failing after 33s
-
2025-07-31 15:49:42 +03:00

9 lines
247 B
Plaintext

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", "--"]
CMD go run ./cmd/main.go & sleep 30 && go test ./tests && kill %1