Dockerfile-cache 54 B

12345
  1. FROM node:12-alpine
  2. COPY /client .
  3. RUN npm install