diff --git a/Dockerfile b/Dockerfile index 0228176..f7034b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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