Skip to content

Commit

Permalink
fix: no npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lazhenyi committed Nov 17, 2024
1 parent a374cc2 commit eeb46eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ FROM node:22.6.0-alpine3.20
WORKDIR /usr/src/app

COPY . .
RUN npm install
RUN npm run build
#RUN npm install --global pnpm
#RUN pnpm install
#RUN pnpm run build

FROM nginx:latest

Expand Down

0 comments on commit eeb46eb

Please sign in to comment.