Skip to content

Commit

Permalink
add back immutble
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Dec 27, 2024
1 parent b522027 commit 4803c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN corepack enable
RUN yarn set version berry
RUN yarn --version
COPY package.json yarn.lock ./
RUN yarn install
RUN echo "nodeLinker: node-modules" >> .yarnrc.yml && \
yarn install --immutable
# Build the app
COPY . .
RUN mv astro.config.mjs.docker astro.config.mjs && \
Expand Down

0 comments on commit 4803c11

Please sign in to comment.