improve testing performance
Some checks failed
test-backend / test-x86_64 (push) Has been cancelled

This commit is contained in:
2025-05-25 20:00:36 +03:00
parent 642c1fa944
commit 8eb29631d6
3 changed files with 20 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk --update add git docker docker-compose postgresql
RUN docker pull postgres