aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab73e79..464a967 100644
--- a/README.md
+++ b/README.md
@@ -58,5 +58,5 @@ Test categories are enabled via environment variables enabled via docker's '--en
```
docker build -t sbotools2-test:15.0 --file docker/sbotools2-test:15.0.dockerfile .
-docker run -v $(realpath .):/root/sbotools2 --env TEST_INSTALL=1 --env TEST_ONLINE=1 -t sbotools2-test:15.0
+docker run --rm -v $(realpath .):/root/sbotools2 --env TEST_INSTALL=1 --env TEST_ONLINE=1 -t sbotools2-test:15.0
```