Update Dockerfile
This commit is contained in:
parent
d18642f0eb
commit
7b500bffa8
|
@ -16,8 +16,7 @@ COPY . .
|
||||||
# Build the TypeScript code
|
# Build the TypeScript code
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# Expose HTTP port (default 3000 as specified in smithery.yaml)
|
# Expose any port if needed (Not required for stdio deployment)
|
||||||
EXPOSE 3000
|
|
||||||
|
|
||||||
# Default command to run the MCP server with HTTP transport
|
# Default command to run the MCP server
|
||||||
CMD ["node", "build/index.js", "--transport", "http", "--port", "3000"]
|
CMD ["node", "build/index.js"]
|
Loading…
Reference in New Issue