Skip to content

Commit

Permalink
Update Dockerfile.client
Browse files Browse the repository at this point in the history
  • Loading branch information
coodos authored Feb 13, 2025
1 parent b1c29ab commit 1694183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev/Dockerfile.client
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN corepack enable
FROM base AS build
COPY . /usr/src/app
WORKDIR /usr/src/app
npm i -g corepack@latest
RUN npm i -g corepack@latest
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile

FROM base AS client
npm i -g corepack@latest
RUN npm i -g corepack@latest
COPY --from=build /usr/src/app /usr/src/app
WORKDIR /usr/src/app
EXPOSE 5173
Expand Down

0 comments on commit 1694183

Please sign in to comment.