Skip to content

Commit ca4c38e

Browse files
committed
chore: Update Dockerfile to install @swc/cli and @swc/core
1 parent c759ea6 commit ca4c38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/nextjs/14.2.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ chmod -R u+rw /home/sealos/project && \
77
cd /home/sealos/project && \
88
npm config set fetch-retry-maxtimeout 800000 && \
99
npm install && \
10-
npm audit fix
10+
npm install -D @swc/cli @swc/core
1111

1212
RUN mkdir /home/sealos/.sealos

0 commit comments

Comments
 (0)