Skip to content

Commit

Permalink
Switch off readyToRun
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Oct 13, 2024
1 parent 6d18907 commit 7a5d692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nethermind/Nethermind.Runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ RUN dotnet publish Nethermind.Runner.csproj -c release -o /app/publish -p:UseApp
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .

ENV DOTNET_ReadyToRun 0

ENTRYPOINT ["dotnet", "nethermind.dll"]

0 comments on commit 7a5d692

Please sign in to comment.