Skip to content

Commit

Permalink
Alternative copy of .yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 9, 2024
1 parent 5879dff commit c9303b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app

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

Expand Down

0 comments on commit c9303b6

Please sign in to comment.