1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-07-07 12:58:35 +02:00
conduit/complement/README.md
2023-01-26 18:28:33 +01:00

14 lines
517 B
Markdown

# Running Conduit on Complement
This assumes that you're familiar with complement, if not, please readme
[their readme](https://github.com/matrix-org/complement#running).
Complement works with "base images", this directory (and Dockerfile) helps build the conduit complement-ready docker
image.
To build, `cd` to the base directory of the workspace, and run this:
`docker build -t complement-conduit:dev -f complement/Dockerfile .`
Then use `complement-conduit:dev` as a base image for running complement tests.