diff --git a/.github/workflows/people.yml b/.github/workflows/people.yml index 2b272ee..2b973e1 100644 --- a/.github/workflows/people.yml +++ b/.github/workflows/people.yml @@ -181,7 +181,7 @@ jobs: DOCKER_BUILDKIT: 1 COMPOSE_DOCKER_CLI_BUILD: 1 run: | - docker-compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1 + docker compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1 make run - name: Apply DRF migrations