core/testsDockerfile
pasha1coil 52aa51636a
Some checks failed
Tests / CreateImage (push) Failing after 25s
Tests / Tests (push) Has been skipped
-
2025-07-31 15:36:45 +03:00

10 lines
248 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