This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# RUN corepack enable yarn && yarn set version stable
|
# RUN corepack enable yarn && yarn set version stable
|
||||||
|
|
||||||
COPY package.json yarn.lock .yarnrc.yml ./
|
COPY package.json yarn.lock .yarnrc.yml .yarn ./
|
||||||
|
|
||||||
RUN yarn install --immutable
|
RUN yarn install --immutable
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user