Guest User

Untitled

a guest
Jan 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. FROM node:10.15-alpine as node_cache
  2. WORKDIR /cache/
  3. COPY package.json .
  4. RUN npm prune
  5. RUN npm install
Add Comment
Please, Sign In to add comment