@ -32,7 +32,7 @@ EXPOSE 8080
RUN npm config set registry=http://10.8.30.22:7000
RUN npm cache clean -f
#RUN rm -rf package-lock.json
RUN rm -rf package-lock.json
RUN npm install --registry http://10.8.30.22:7000 --legacy-peer-deps
RUN npm run build
RUN rm -rf client/src