This commit is contained in:
@@ -3,7 +3,6 @@ FROM node:20-alpine AS dependencies
|
|||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
COPY .yarnrc.yml ./
|
COPY .yarnrc.yml ./
|
||||||
COPY .yarn ./.yarn
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|||||||
Reference in New Issue
Block a user