Skip to content

Commit 727ea0b

Browse files
authored
docs: prevent orphaned containers testing locally (#1225)
1 parent 5d24632 commit 727ea0b

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 test-factory-all-included
53+
docker compose run --rm test-factory-all-included
5454
```
5555

5656
### Publishing images

0 commit comments

Comments
 (0)