diff --git a/Makefile b/Makefile index 1e78025..fc20bf0 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,5 @@ dev: docker exec -it quatsh-website-web-1 sh test: - docker compose --env-file .env.template -f ./compose.yaml -f ./.docker-compose-files up --build --abort-on-container-exit --exit-code-from web + docker compose --env-file .env.template -f ./compose.yaml -f ./.docker-compose-files/compose.test.yaml up --build --abort-on-container-exit --exit-code-from web