Skip to content

Commit

Permalink
Also copy .yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 9, 2024
1 parent 6e07cec commit 1be5ed6
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 @@ -8,7 +8,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app

# Install dependencies based on the preferred package manager
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .yarnrc.yml .nvmrc ./
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .yarnrc.yml .nvmrc .yarn ./
RUN corepack enable
RUN yarn install --immutable

Expand Down

0 comments on commit 1be5ed6

Please sign in to comment.