Dockerfile-cache 73 B

123456
  1. FROM node:14-alpine
  2. COPY /client .
  3. RUN npm -g i cnpm
  4. RUN cnpm install