Skip to content

Commit

Permalink
chore: remove --immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
eunsonny committed Feb 11, 2024
1 parent fa2c2d5 commit db5bb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/next-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM node:20-alpine
WORKDIR /app

COPY ./apps/next-app/package* ./
COPY .pnp* ./
COPY yarn.lock .pnp* ./
COPY .yarnrc.yml ./
COPY .yarn .yarn

RUN yarn install --immutable
RUN yarn install

COPY ./apps/next-app .

Expand Down

0 comments on commit db5bb51

Please sign in to comment.