Advertisement
k3NGuru

Untitled

Jun 30th, 2022
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. FROM node:14.18.1-alpine as build
  2. COPY . /app
  3. WORKDIR /app
  4. RUN npm install && npm run build
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement