-
Some checks failed
Tests / CreateImage (push) Failing after 0s
Tests / Tests (push) Has been skipped

This commit is contained in:
pasha1coil 2025-07-31 15:41:45 +03:00
parent 52aa51636a
commit afd0f40840

@ -2,8 +2,6 @@ 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