Skip to content

Commit 96bf17a

Browse files
nirinchevCopilot
andauthored
Update .smithery/Dockerfile
Co-authored-by: Copilot <[email protected]>
1 parent db10416 commit 96bf17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.smithery/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM node:lts-alpine
1919
COPY --from=builder /app/dist ./dist
2020

2121
# Copy package.json for production install
22-
COPY ../package.json package-lock.json ./
22+
COPY ../package.json ../package-lock.json ./
2323

2424
# Install only production dependencies
2525
RUN npm ci --production --ignore-scripts

0 commit comments

Comments
 (0)