Skip to content

Commit

Permalink
remove immutble
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Dec 27, 2024
1 parent bd76073 commit b522027
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN corepack enable
RUN yarn set version berry
RUN yarn --version
COPY package.json yarn.lock ./
RUN yarn install --immutable

RUN yarn install
# Build the app
COPY . .
RUN mv astro.config.mjs.docker astro.config.mjs && \
Expand Down

0 comments on commit b522027

Please sign in to comment.