Skip to content

Commit

Permalink
Docker not install PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-32 committed Jul 16, 2024
1 parent 62e60bb commit 606c8d8
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
Expand Up @@ -10,6 +10,7 @@ ENV NUXT_PUBLIC_SITE_URL=$NUXT_PUBLIC_SITE_URL
WORKDIR /app

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

COPY . .
Expand Down

0 comments on commit 606c8d8

Please sign in to comment.