From 8200338d0c521dd0bf346235bf4833b9c7e2bb16 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:01:00 +0100 Subject: [PATCH] docs: correct contributing test steps --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e93296fab..49dfc34350 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ cd test-project set -a && . ../.env && set +a # run the test in an image built on top of the factory. -docker compose run --rm test-factory-all-included +docker compose run --build --rm test-factory-all-included ``` ### Publishing images