Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Sep 24, 2023
1 parent 28b2506 commit 571ab03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk del curl

WORKDIR /usr/src/app

COPY ./pnpm-lock.yaml ./
COPY ./pnpm-lock.yaml ./package.json ./

RUN pnpm install

Expand All @@ -25,7 +25,7 @@ RUN apk del curl

WORKDIR /usr/src/app

COPY ./pnpm-lock.yaml ./
COPY ./pnpm-lock.yaml ./package.json ./

RUN pnpm install --prod --frozen-lockfile

Expand Down

0 comments on commit 571ab03

Please sign in to comment.