diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-03-31 13:08:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 13:08:03 +0100 |
commit | 34a8370d7b9342f0aa66bc82fa0553a71d8e62e2 (patch) | |
tree | b5cf359b2484b62a6277bf2ffdbeee0c52a8d8c2 /docker | |
parent | Remove an unnecessary class from the relations code. (#12338) (diff) | |
download | synapse-34a8370d7b9342f0aa66bc82fa0553a71d8e62e2.tar.xz |
README-testing.md: fix minor error
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README-testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README-testing.md b/docker/README-testing.md index 6a5baf9e28..b010509275 100644 --- a/docker/README-testing.md +++ b/docker/README-testing.md @@ -78,7 +78,7 @@ the root of your Complement checkout and run: docker build -t matrixdotorg/complement-synapse-workers -f dockerfiles/SynapseWorkers.Dockerfile dockerfiles ``` -This will build an image with the tag `complement-synapse`, which can be handed to +This will build an image with the tag `complement-synapse-workers`, which can be handed to Complement for testing via the `COMPLEMENT_BASE_IMAGE` environment variable. Refer to [Complement's documentation](https://github.com/matrix-org/complement/#running) for how to run the tests, as well as the various available command line flags. |