Skip to content

Commit ef9aa64

Browse files
authored
docs: correct contributing test steps (#1243)
1 parent 9a61a9d commit ef9aa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd test-project
5050
set -a && . ../.env && set +a
5151

5252
# run the test in an image built on top of the factory.
53-
docker compose run --rm test-factory-all-included
53+
docker compose run --build --rm test-factory-all-included
5454
```
5555

5656
### Publishing images

0 commit comments

Comments
 (0)