core/testsDockerfile
pasha1coil f3aab28d2e
Some checks failed
Tests / CreateImage (push) Successful in 4m24s
Tests / Tests (push) Failing after 27s
-
2025-07-31 15:42:30 +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