Joffrey Thomas commited on
Commit
5d554a6
·
1 Parent(s): 6cfc9ff

dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY --chown=appuser:appgroup server.py .
29
  EXPOSE 7860
30
 
31
  # Command to run the server with python directly
32
- CMD ["python", "mcp","dev","server.py"]
 
29
  EXPOSE 7860
30
 
31
  # Command to run the server with python directly
32
+ CMD ["mcp", "dev", "server.py"]