We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eb85c commit cf1e78cCopy full SHA for cf1e78c
Dockerfile
@@ -62,6 +62,8 @@ 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