Skip to content

Commit

Permalink
build: remove immutable flag in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Nov 9, 2024
1 parent dc268e7 commit bc1c510
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 @@ WORKDIR /app

# Install dependencies
COPY package.json yarn.lock .yarnrc.yml ./
RUN corepack enable yarn && yarn install --immutable
RUN corepack enable yarn && yarn install

# Rebuild the source code only when needed
FROM deps AS builder
Expand Down

0 comments on commit bc1c510

Please sign in to comment.