Skip to content

Commit

Permalink
fix(#35): docker file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Nov 12, 2024
1 parent 9654b99 commit 0b3004e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ FROM node:20

WORKDIR /app

RUN npm install -g pnpm

COPY package*.json ./
RUN npm install -g pnpm && pnpm install
RUN pnpm install

COPY . .

Expand Down

0 comments on commit 0b3004e

Please sign in to comment.