Skip to content

Commit 124cbcd

Browse files
committed
chore: Update Dockerfile
1 parent d8e7e2e commit 124cbcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ WORKDIR /app
99
# Install dependencies based on the preferred package manager
1010
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
1111

12+
# Install Yarn
13+
RUN corepack enable && corepack prepare [email protected] --activate
14+
1215
RUN yarn install --ignore-engines --network-timeout 1000000
1316
# RUN yarn --frozen-lockfile
1417
# RUN \

0 commit comments

Comments
 (0)