Skip to content

Commit 0d9d297

Browse files
committed
Remove workdir from runner
1 parent 7c938d7 commit 0d9d297

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.smithery/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ RUN npm ci && npm run build
1414

1515
# ----- Production Stage -----
1616
FROM node:lts-alpine
17-
WORKDIR /app
1817

1918
# Copy built artifacts
2019
COPY --from=builder /app/dist ./dist

0 commit comments

Comments
 (0)