Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
Signed-off-by: Promise <promise@projectblurple.com>
  • Loading branch information
promise committed Dec 10, 2024
1 parent 20e6bfc commit 8f55581
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 @@ -8,11 +8,11 @@ ENV IS_DOCKER=true
# install prod dependencies

FROM base AS deps

COPY package.json ./
RUN corepack enable pnpm

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

RUN pnpm install --frozen-lockfile --prod


Expand Down

0 comments on commit 8f55581

Please sign in to comment.