Skip to content

Commit

Permalink
Enable yarn 4.0.2 version and update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Jan 24, 2024
1 parent 5098265 commit 3ad1842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app

# NEW enable yarn 4.0.2 version and copy yarnrc.yml
RUN corepack enable
COPY .yarn ./.yarn
# COPY .yarn ./.yarn

# Install dependencies based on the preferred package manager (NEW copy yarnrc.yml to the image)
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .yarnrc.yml ./
Expand Down

0 comments on commit 3ad1842

Please sign in to comment.