diff --git a/Dockerfile b/Dockerfile index 0e22000..9d14369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,9 @@ WORKDIR /app COPY package*.json ./ # Install runtime dependecies +RUN corepack enable +RUN corepack prepare yarn@3.6.0 --activate +RUN yarn --version RUN yarn install --immutable # Copy production build