We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fca942 commit c301742Copy full SHA for c301742
Dockerfile-localnet
@@ -29,7 +29,7 @@ RUN rustup toolchain install
29
RUN rustup target add wasm32-unknown-unknown
30
31
## Build fast-blocks node
32
-RUN ./scripts/localnet.sh --build-only --no-start-call-limit
+RUN ./scripts/localnet.sh --build-only
33
# Build non-fast-blocks
34
RUN ./scripts/localnet.sh False --build-only
35
0 commit comments