diff --git a/Makefile b/Makefile index 753a7c151..8b5e5252d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: docker build -t hmpps-integration-api . serve-dependencies: - docker compose up hmpps-auth prism local-stack-aws --build -d + docker compose up prism local-stack-aws --build -d serve: build-dev docker compose up -d --wait