diff --git a/neps/nep-0330.md b/neps/nep-0330.md index b9ba506ea..6615165c4 100644 --- a/neps/nep-0330.md +++ b/neps/nep-0330.md @@ -78,6 +78,7 @@ When using a Docker image as a reference, it's important to specify the digest o ### Paths Inside Docker Image During the build, paths from the source of the build as well as the location of the cargo registry could be saved into WASM, which affects reproducibility. Therefore, we need to ensure that everyone uses the same paths inside the Docker image. We propose using the following paths: + - `/home/near/code` - Mounting volume from the host system containing the source code. - `/home/near/.cargo` - Cargo registry.