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