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 c759ea6 commit ca4c38eCopy full SHA for ca4c38e
Framework/nextjs/14.2.5/Dockerfile
@@ -7,6 +7,6 @@ chmod -R u+rw /home/sealos/project && \
7
cd /home/sealos/project && \
8
npm config set fetch-retry-maxtimeout 800000 && \
9
npm install && \
10
-npm audit fix
+npm install -D @swc/cli @swc/core
11
12
RUN mkdir /home/sealos/.sealos
0 commit comments