Skip to content

Commit

Permalink
Use Docker Compose version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Aug 6, 2024
1 parent 1f9308e commit 7ccfdb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ tests:

.PHONY: build ## build the images for the checks
build:
docker-compose build $(DOCKER_BUILD_ARG)
docker compose build $(DOCKER_BUILD_ARG)

.PHONY: checks ## Run the checks
checks: build
docker-compose up --exit-code-from test
docker compose up --exit-code-from test

0 comments on commit 7ccfdb9

Please sign in to comment.