Spaces:
Running
Running
Joffrey Thomas
commited on
Commit
·
5d554a6
1
Parent(s):
6cfc9ff
dockerfile
Browse files- 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 ["
|
|
|
29 |
EXPOSE 7860
|
30 |
|
31 |
# Command to run the server with python directly
|
32 |
+
CMD ["mcp", "dev", "server.py"]
|