We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12de37 commit 5e336cbCopy full SHA for 5e336cb
nethermind/Dockerfile
@@ -28,7 +28,7 @@ RUN bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
28
RUN TARGETARCH=${TARGETARCH#linux/} && \
29
arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") && \
30
echo "Using architecture: $arch" && \
31
- dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -o /publish --sc false
+ dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -maxcpucount 1 -o /publish --sc false
32
33
34
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble
0 commit comments