We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa7a73 commit 0ab3b41Copy full SHA for 0ab3b41
docker/windows/coreservice/Dockerfile
@@ -47,4 +47,4 @@ LABEL org.opencontainers.image.vendor="ANSYS Inc."
47
EXPOSE 50051
48
49
# Define the entrypoint for the Geometry service
50
-ENTRYPOINT ["dotnet", "C:\app\Presentation.ApiServerLinux.dll"]
+ENTRYPOINT dotnet C:\app\Presentation.ApiServerLinux.dll
0 commit comments