From 44e681dc0137361c2a99417ffe4dffd6461ed70f Mon Sep 17 00:00:00 2001 From: Andrey Gruzdev Date: Thu, 11 Apr 2024 11:46:05 +0200 Subject: [PATCH] add blank line to list --- neps/nep-0330.md | 1 + 1 file changed, 1 insertion(+) 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.