Skip to content

Commit 9a73b50

Browse files
committed
Refactor Dockerfile to install @angular/cli globally and update npm dependencies
1 parent 68a2698 commit 9a73b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/angular/v18/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ USER devbox
1515
ENV PATH=/home/devbox/.npm-global/bin:$PATH
1616

1717
RUN mkdir -p /home/devbox/.npm-global && \
18+
npm install -g @angular/cli && \
1819
npm config set prefix '/home/devbox/.npm-global' && \
1920
cd /home/devbox/project && \
2021
npm install -g serve && \

0 commit comments

Comments
 (0)