-
Some checks failed
Tests / CreateImage (push) Successful in 4m24s
Tests / Tests (push) Failing after 27s

This commit is contained in:
pasha1coil 2025-07-31 15:42:30 +03:00
parent afd0f40840
commit f3aab28d2e

@ -2,6 +2,7 @@ FROM gitea.pena/penadevops/container-images/golang:main
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN go mod download 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 CMD go run ./cmd/main.go & sleep 30 && go test ./tests && kill %1