We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e344805 + 89368ee commit 80a183eCopy full SHA for 80a183e
Dockerfile
@@ -62,8 +62,6 @@ WORKDIR /app
62
# Copy built artifacts and production dependencies from the builder stage
63
COPY --from=builder /app/package.json ./
64
COPY --from=builder /app/pnpm-workspace.yaml ./
65
-COPY --from=builder /app/eslint.config.mjs ./
66
-COPY --from=builder /app/.eslintrc.json ./
67
COPY --from=builder /app/.npmrc ./
68
COPY --from=builder /app/turbo.json ./
69
COPY --from=builder /app/node_modules ./node_modules
0 commit comments