prthm11 commited on
Commit
b7efaa2
·
verified ·
1 Parent(s): c3f3fc8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,4 +13,5 @@ EXPOSE 7860
13
 
14
  # Run the server
15
  # We use uvicorn because FastMCP SSE transport is an ASGI app
16
- CMD ["python", "server.py"]
 
 
13
 
14
  # Run the server
15
  # We use uvicorn because FastMCP SSE transport is an ASGI app
16
+ # CMD ["python", "server.py"]
17
+ CMD ["python", "escalation_server.py"]