diff --git a/Makefile b/Makefile index 809474e..df1fb3b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ruff: lint: ruff postgres: - docker-compose up -d + docker compose up -d until psql postgres://postgres@localhost:5435/example -c 'select 1'; do sleep 2; done test: postgres