File size: 144 Bytes
d9925dd
 
9c77cbb
d9925dd
 
9c77cbb
1
2
3
4
5
6
FROM node:22-slim
WORKDIR /app
RUN npm init -y && npm install @cbuk100011/mcp-time
ENV PORT=7860
EXPOSE 7860
CMD ["npx", "@cbuk100011/mcp-time"]