diff --git a/Dockerfile.frontend b/Dockerfile.frontend index 94897d0..b66cb41 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -4,7 +4,6 @@ FROM node:24-alpine AS build WORKDIR /app COPY frontend/package.json frontend/yarn.lock frontend/.yarnrc.yml ./ -COPY frontend/.yarn/ ./.yarn/ RUN corepack enable && yarn install --immutable COPY frontend/ .