Skip to content

Commit

Permalink
🏗 Adds --immutable to yarn installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 3, 2024
1 parent dbb750d commit 02923fa
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 @@ -16,7 +16,7 @@ WORKDIR /app

# Install app dependencies
COPY package.json yarn.lock ./
RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000
RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 600000

# Copy over all project files and folders to the working directory
COPY . ./
Expand Down

0 comments on commit 02923fa

Please sign in to comment.