Skip to content

Commit 80a183e

Browse files
authored
Merge pull request elizaOS#3110 from jonathangus/docker-fix
fix: docker build command by skipping eslint files
2 parents e344805 + 89368ee commit 80a183e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ 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 ./
6765
COPY --from=builder /app/.npmrc ./
6866
COPY --from=builder /app/turbo.json ./
6967
COPY --from=builder /app/node_modules ./node_modules

0 commit comments

Comments
 (0)