diff --git a/Dockerfile b/Dockerfile index 03cf7f9..913e685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,8 @@ RUN corepack enable RUN corepack prepare yarn@stable --activate COPY package.json yarn.lock /app/ WORKDIR /app -RUN yarn install --immutable +RUN yarn install RUN ls -lR /app -RUN ls -lR / # --- Stage 2: Builder --- FROM node:20-alpine AS builder