Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
changed to use pnpm
  • Loading branch information
Zzza38 committed Sep 15, 2024
1 parent c57b62b commit 6107651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ COPY . /app/

COPY package*.json /app/

RUN npm install
RUN npm install -g pnpm

RUN npm install pnpm
RUN pnpm install

RUN npm run build
RUN pnpm run build

EXPOSE 8080

Expand Down

0 comments on commit 6107651

Please sign in to comment.