Open arsalankhalid opened 5 years ago
@arsalankhalid you are probably missing one step https://github.com/henrikr3/corda-kubernetes-yo#let-us-review-the-contents-of-this-repository
There is a script file that fetches the Corda Opensource 4.0 binaries (Source at: https://github.com/corda/corda), which is a required first step: fetch_corda_jar
When trying to perform a docker build for a specific party, i.e running one of the following commands:
~~ docker build ./party-b/. -t party-b it results in:
ADD failed: stat /var/lib/docker/tmp/docker-builder145148034/corda.jar: no such file or directory
it seems the corda.jar isn't deployed to our temp folder, why is it looking for it there and not the node's directory?