Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|