@@ -2,5 +2,6 @@ FROM node:14-alpine
COPY /client .
+RUN npm -g install npm@8.0.0
RUN npm -g i cnpm
RUN cnpm install