Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following are supported:
## Docker

Both backends are supported in Docker. You can go straight ahead and use the provided Dockerfile
to build the bridge. You can build the docker image with `docker build -t bifrost:latest` and then
to build the bridge. You can build the docker image with `docker build . -t bifrost:latest` and then
run the image with: `docker run -v /your/path/to/data:/data bifrost:latest -p 5000:9555`.

An image is available on [Dockerhub](https://hub.docker.com/r/matrixdotorg/matrix-bifrost).
Expand Down