sdlc-project/tests/backend-testing-env
hasslesstech c75f55c050
All checks were successful
test-backend / test-x86_64 (push) Successful in 7s
improve testing performance
2025-05-25 21:06:27 +03:00

5 lines
103 B
Plaintext

FROM alpine:latest
RUN apk --update add git docker docker-compose postgresql
RUN docker pull postgres