Skip to content

Commit

Permalink
Remove .nvmrc from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 30, 2024
1 parent 4cb22f7 commit 5363223
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* .yarnrc.yml .nvmrc ./
COPY package.json yarn.lock* .yarnrc.yml ./
COPY .yarn .yarn
RUN corepack enable
RUN yarn install --immutable
Expand Down

0 comments on commit 5363223

Please sign in to comment.