You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
conduit/complement
Jonathan de Jong e13dc7c14a add little readme 1 year ago
..
Dockerfile Complement improvements 2 years ago
README.md add little readme 1 year ago
caddy.json Complement improvements 2 years ago

README.md

Running Conduit on Complement

This assumes that you're familiar with complement, if not, please readme their readme.

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.