Skip to content

Commit 0ab3b41

Browse files
committed
HOTFIX: entrypoint changed for Core Service
1 parent 3fa7a73 commit 0ab3b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/windows/coreservice/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ LABEL org.opencontainers.image.vendor="ANSYS Inc."
4747
EXPOSE 50051
4848

4949
# Define the entrypoint for the Geometry service
50-
ENTRYPOINT ["dotnet", "C:\app\Presentation.ApiServerLinux.dll"]
50+
ENTRYPOINT dotnet C:\app\Presentation.ApiServerLinux.dll

0 commit comments

Comments
 (0)