Added some pruning to shrink docker image size

pull/888/head
Tzahi12345 3 years ago
parent 42bc255d6c
commit 8827d9f3de

@ -37,6 +37,8 @@ COPY [ "src/", "/build/src/" ]
RUN npm install && \
npm run build && \
ls -al /build/backend/public
RUN npm uninstall -g @angular/cli
RUN rm -rf node_modules
# Install backend deps

Loading…
Cancel
Save