update yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m30s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m30s
This commit is contained in:
@@ -4,9 +4,8 @@ RUN corepack enable
|
|||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
COPY package.json yarn.lock /app/
|
COPY package.json yarn.lock /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN yarn install --immutable
|
RUN yarn install
|
||||||
RUN ls -lR /app
|
RUN ls -lR /app
|
||||||
RUN ls -lR /
|
|
||||||
|
|
||||||
# --- Stage 2: Builder ---
|
# --- Stage 2: Builder ---
|
||||||
FROM node:20-alpine AS builder
|
FROM node:20-alpine AS builder
|
||||||
|
|||||||
Reference in New Issue
Block a user