We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b258367 commit e558499Copy full SHA for e558499
Framework/nextjs/14.2.5/Dockerfile
@@ -8,8 +8,7 @@ chmod -R u+rw /home/sealos/project
8
USER sealos
9
RUN cd /home/sealos/project && \
10
npm config set fetch-retry-maxtimeout 2000000 && \
11
-npm install && \
12
-npm install -D @swc/cli @swc/core
+pnpm install
13
14
USER root
15
RUN mkdir /home/sealos/.sealos
0 commit comments