Loading MCP_module/Dummy_backend/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,6 @@ COPY . . # (Defaults can be overridden via docker run or compose) ENV API_HOST=0.0.0.0 ENV API_PORT=8081 # Command to run the API CMD ["python", "app.py"] Loading
MCP_module/Dummy_backend/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,6 @@ COPY . . # (Defaults can be overridden via docker run or compose) ENV API_HOST=0.0.0.0 ENV API_PORT=8081 # Command to run the API CMD ["python", "app.py"]