diff --git a/docs/dev/Backend.md b/docs/dev/Backend.md index 4a6173a4f4..fe6cf0f255 100644 --- a/docs/dev/Backend.md +++ b/docs/dev/Backend.md @@ -184,7 +184,7 @@ Example launch.json config for vscode: To run the backend tests locally, run: ```bash -docker compose run api pytest +docker compose run --rm api pytest ``` ## Using the local version of ODK Central