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