Now that cargo.toml also includes this, we need it in the docker context for apps that include cargo.toml
Perhaps we should just include the whole monorepo for everything, but it is best practice to only include what you need for the build.
Differential D18634
[CI] Add proof-manager-cli to docker context for docker files with cargo.toml dep Authored by bytesofman on Sep 16 2025, 11:46. Tags None Subscribers None
Details
Now that cargo.toml also includes this, we need it in the docker context for apps that include cargo.toml Perhaps we should just include the whole monorepo for everything, but it is best practice to only include what you need for the build. docker build -f ecash-herald.Dockerfile -t ecash-herald_local . etc
Diff Detail
|