diff options
author | Jan Christian Grünhage <jan.christian@gruenhage.xyz> | 2018-08-01 11:32:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 11:32:45 +0200 |
commit | c4842e16cb00b008379e5b2c0b15911886161c09 (patch) | |
tree | 61319fbfb8b4c4e3d8abdf541e262f32005e5db4 /contrib/docker/README.md | |
parent | Merge pull request #3634 from matrix-org/rav/wtf_is_a_replication_layer (diff) | |
parent | [Docker] Use sorted multiline package lists (diff) | |
download | synapse-c4842e16cb00b008379e5b2c0b15911886161c09.tar.xz |
Merge pull request #3543 from bebehei/docker
Improvements for Docker usage
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r-- | contrib/docker/README.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md index 61592109cb..562cdaac2b 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -9,13 +9,7 @@ use that server. ## Build -Build the docker image with the `docker build` command from the root of the synapse repository. - -``` -docker build -t docker.io/matrixdotorg/synapse . -``` - -The `-t` option sets the image tag. Official images are tagged `matrixdotorg/synapse:<version>` where `<version>` is the same as the release tag in the synapse git repository. +Build the docker image with the `docker-compose build` command. You may have a local Python wheel cache available, in which case copy the relevant packages in the ``cache/`` directory at the root of the project. |