-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F/add local bcd #54
F/add local bcd #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work 👍
Makefile
Outdated
# A local bcd image with users and funds for testing / development / integration purposes | ||
build-local-bcd: | ||
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# A local bcd image with users and funds for testing / development / integration purposes | |
build-local-bcd: | |
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile . | |
# A local bcd image with users and funds for testing / development / integration purposes | |
build-bcd: | |
$(DOCKER) build --tag babylonlabs-io/local-bcd -f contrib/images/local-bcd/Dockerfile . |
I would imagine we will be using this for local deployments as well
Also should this be pushed to |
I'll merge to |
Remove run / stop targets
6da0bb6
to
910a568
Compare
Adds local bcd instance docker image
Adds a docker image with a local
bcd
instance for testing / integration purposes.