Skip to content

Commit

Permalink
Frontend_V2: Remove angular devkit dependency from prod build (Cloud-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 authored Oct 17, 2021
1 parent 3b3ef8c commit d61f63f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/prod/nodejs_v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN npm install -g @angular/[email protected]
WORKDIR /code
COPY frontend_v2/package.json frontend_v2/yarn.lock /code/
RUN npm update
RUN npm install --save-dev @angular-devkit/build-angular
RUN yarn install
ENV PATH="/code/node_modules/.bin:$PATH"
COPY frontend_v2/ /code
Expand Down

0 comments on commit d61f63f

Please sign in to comment.