Skip to content

Commit cf1e78c

Browse files
committed
add ability to lint inside docker
1 parent d3eb85c commit cf1e78c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ WORKDIR /app
6262
# Copy built artifacts and production dependencies from the builder stage
6363
COPY --from=builder /app/package.json ./
6464
COPY --from=builder /app/pnpm-workspace.yaml ./
65+
COPY --from=builder /app/eslint.config.mjs ./
66+
COPY --from=builder /app/.eslintrc.json ./
6567
COPY --from=builder /app/.npmrc ./
6668
COPY --from=builder /app/turbo.json ./
6769
COPY --from=builder /app/node_modules ./node_modules

0 commit comments

Comments
 (0)