Skip to content

lukechilds/docker-barterdex-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages