Browse Source

Remove `npm prune` - `node_modules` are not copied into `release-final` image

pull/122/head
Adam Stachowicz 4 years ago
parent
commit
e768e59abc
  1. 3
      dockerfile

3
dockerfile

@ -22,8 +22,7 @@ FROM release-base AS build
COPY . .
RUN npm install && \
npm run build && \
npm prune
npm run build
FROM release-base AS release-final

Loading…
Cancel
Save