Skip to content

Commit f5155d5

Browse files
committed
Revert "fix: Use absolute path in Docker ENTRYPOINT to support workdir changes"
This reverts commit 6cda9bb.
1 parent 6cda9bb commit f5155d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ ENV NUGET_PACKAGES=/tmp/csharp-mcp-packages
5151
ENV DOTNET_RUNNING_IN_CONTAINER=true
5252

5353
# The MCP server uses stdio for communication
54-
ENTRYPOINT ["dotnet", "/app/InfinityFlow.CSharp.Eval.dll"]
54+
ENTRYPOINT ["dotnet", "InfinityFlow.CSharp.Eval.dll"]

0 commit comments

Comments
 (0)