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 db10416 commit 96bf17aCopy full SHA for 96bf17a
.smithery/Dockerfile
@@ -19,7 +19,7 @@ FROM node:lts-alpine
19
COPY --from=builder /app/dist ./dist
20
21
# Copy package.json for production install
22
-COPY ../package.json package-lock.json ./
+COPY ../package.json ../package-lock.json ./
23
24
# Install only production dependencies
25
RUN npm ci --production --ignore-scripts
0 commit comments