Remove unnecessary .yarn copy from Dockerfile

This commit is contained in:
daniel31x13
2025-12-22 20:17:58 -05:00
parent a497dc953a
commit daeb859990

View File

@@ -28,8 +28,6 @@ RUN corepack enable
COPY ./.yarnrc.yml ./
COPY ./.yarn ./.yarn
COPY ./apps/web/package.json ./apps/web/playwright.config.ts ./apps/web/
COPY ./apps/worker/package.json ./apps/worker/