core/testsDockerfile
pasha1coil 6135f18ac0
Some checks failed
Deploy / DeployService (push) Failing after 36s
Deploy / CreateImage (push) Failing after 51s
added test docker file compouse and gitea workflow
2025-07-30 15:14:48 +03:00

8 lines
189 B
Plaintext

FROM gitea.pena/penadevops/container-images/golang:main
WORKDIR /app
COPY . .
RUN go mod download
RUN apk add tzdata curl
CMD go run ./cmd/main.go & sleep 30 && go test ./tests && kill %1