Skip to content

Commit 555cad3

Browse files
committed
Refactor Dockerfile to install serve globally and update npm dependencies
1 parent a1c4e93 commit 555cad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/angular/v18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ RUN cd /home/devbox/project && \
1414
sudo chmod -R 777 /usr/lib/node_modules && \
1515
sudo npm install -g serve && \
1616
npm run build
17-
17+
1818
RUN mkdir -p /home/devbox/.devbox

0 commit comments

Comments
 (0)