Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
babaohuang committed Dec 15, 2023
1 parent 4c32de6 commit 4f4c073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:alpine as builder
WORKDIR /usr/src
RUN npm install -g pnpm
COPY package*.json ./
RUN npm install
COPY . .
RUN pnpm install
Expand Down

1 comment on commit 4f4c073

@vercel
Copy link

@vercel vercel bot commented on 4f4c073 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.