You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

960 B

docker-barterdex-api

Build Status Image Layers Docker Pulls

Usage

docker run -e PASSPHRASE="secure passphrase" -p 127.0.0.1:7783:7783 lukechilds/barterdex-api

Building your own

Checkout this repo and run:

docker build -t barterdex-api .

You can also specify a custom branch/commit to build via a build arg:

# Build at tip of master
docker build -t barterdex-api --build-arg CHECKOUT=master .

# Build at commit 715b02e
docker build -t barterdex-api --build-arg CHECKOUT=715b02e .

License

MIT © Luke Childs