Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
FROM node:18-slim
|
| 2 |
RUN npm install -g @modelcontextprotocol/server-github
|
| 3 |
-
|
|
|
|
|
|
| 1 |
FROM node:18-slim
|
| 2 |
RUN npm install -g @modelcontextprotocol/server-github
|
| 3 |
+
# For the GitHub Space
|
| 4 |
+
ENTRYPOINT ["npx", "-y", "@modelcontextprotocol/server-github", "--sse"]
|