We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772d1e9 commit b5d4327Copy full SHA for b5d4327
Dockerfile
@@ -10,7 +10,7 @@ USER service-user
10
11
WORKDIR /app
12
13
-RUN git clone https://github.com/8enSmith/mcp-open-library . && git checkout 4f080d4f87a851400834de97d4c76b77c7bebf18
+RUN git clone https://github.com/8enSmith/mcp-open-library . && git checkout main
14
15
RUN (pnpm install || true) && (pnpm run build || true)
16
0 commit comments