Spaces:
Runtime error
Runtime error
FROM node:14 | |
# Create app directory | |
WORKDIR /usr/src/app | |
# Expose the port the app runs on | |
EXPOSE 3000 | |
# Command to run the server | |
CMD ["npx", "@modelcontextprotocol/server-memory"] |