Added some pruning to shrink docker image size

This commit is contained in:
Tzahi12345
2023-05-02 23:13:47 -04:00
parent 42bc255d6c
commit 8827d9f3de

View File

@@ -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