mirror of
https://github.com/upstash/context7.git
synced 2025-11-30 17:11:41 +00:00
update port to follow project defaults
This commit is contained in:
parent
6490a81afb
commit
c55bfebb3f
@ -27,10 +27,10 @@ RUN npm install --production --ignore-scripts
|
||||
|
||||
# Set default environment variables for HTTP mode
|
||||
ENV MCP_TRANSPORT=http
|
||||
ENV PORT=8080
|
||||
ENV PORT=3000
|
||||
|
||||
# Expose HTTP port
|
||||
EXPOSE 8080
|
||||
EXPOSE 3000
|
||||
|
||||
# Default command
|
||||
CMD ["node", "dist/index.js"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user