Skip to content

Commit

Permalink
Apply this change related to masesgroup/JNet#334 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Jan 27, 2024
1 parent e33a6f2 commit 2c73f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/container/DockerfileKNet.linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ADD ./src/config /app/config

WORKDIR /app
COPY --from=build-env /app/out .
ENTRYPOINT ["dotnet", "MASES.KNetCLI.dll", "--JVMPath:/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so"]
ENTRYPOINT ["dotnet", "MASES.KNetCLI.dll"]
2 changes: 1 addition & 1 deletion src/container/DockerfileKNetConnect.linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ADD ./src/config /app/config

WORKDIR /app
COPY --from=build-env /app/out .
ENTRYPOINT ["dotnet", "MASES.KNetConnect.dll", "--JVMPath:/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so"]
ENTRYPOINT ["dotnet", "MASES.KNetConnect.dll"]

0 comments on commit 2c73f27

Please sign in to comment.