Skip to content

Commit

Permalink
chore: Update Dockerfile to use pnpm for package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 11, 2024
1 parent b258367 commit e558499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Framework/nextjs/14.2.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ chmod -R u+rw /home/sealos/project
USER sealos
RUN cd /home/sealos/project && \
npm config set fetch-retry-maxtimeout 2000000 && \
npm install && \
npm install -D @swc/cli @swc/core
pnpm install

USER root
RUN mkdir /home/sealos/.sealos

0 comments on commit e558499

Please sign in to comment.