davidberenstein1957 commited on
Commit
edd9f29
·
verified ·
1 Parent(s): 276fff1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -3,9 +3,6 @@ FROM node:14
3
  # Create app directory
4
  WORKDIR /usr/src/app
5
 
6
- # Install the server-memory package
7
- RUN npx -y @modelcontextprotocol/server-memory
8
-
9
  # Expose the port the app runs on
10
  EXPOSE 3000
11
 
 
3
  # Create app directory
4
  WORKDIR /usr/src/app
5
 
 
 
 
6
  # Expose the port the app runs on
7
  EXPOSE 3000
8