diff --git a/src/container/DockerfileKNet.linux b/src/container/DockerfileKNet.linux index 19f6ea93e1..e1204d9b1e 100644 --- a/src/container/DockerfileKNet.linux +++ b/src/container/DockerfileKNet.linux @@ -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"] diff --git a/src/container/DockerfileKNetConnect.linux b/src/container/DockerfileKNetConnect.linux index d34accf6c3..5f56221342 100644 --- a/src/container/DockerfileKNetConnect.linux +++ b/src/container/DockerfileKNetConnect.linux @@ -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"]