Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying authored Apr 26, 2024
1 parent 3aa4c8f commit 258f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM node:22-alpine AS base
FROM base AS deps
WORKDIR /app

RUN corepack install
COPY package.json pnpm-lock.yaml ./
RUN corepack install
RUN pnpm install --frozen-lockfile

FROM base AS builder
Expand Down

0 comments on commit 258f59f

Please sign in to comment.