Skip to content

Commit

Permalink
DIGG-473: try setting correct yarn version globally
Browse files Browse the repository at this point in the history
  • Loading branch information
MickeA committed Nov 14, 2024
1 parent 5642e7d commit 42f6592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:22-alpine as base
# Install Yarn globally
RUN corepack enable && corepack prepare yarn@4.5.1 --activate
WORKDIR /base
COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn/releases ./.yarn/releases
Expand Down

0 comments on commit 42f6592

Please sign in to comment.