Skip to content

Commit c148b68

Browse files
committed
Refactor Dockerfile to install serve locally and update npm dependencies
1 parent e47dc56 commit c148b68

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
@@ -11,7 +11,7 @@ chmod -R +x /home/devbox/project/entrypoint.sh
1111

1212
USER devbox
1313
RUN cd /home/devbox/project && \
14-
npm install -g serve && \
14+
npm install serve && \
1515
npm run build
1616

1717
RUN mkdir -p /home/devbox/.devbox

0 commit comments

Comments
 (0)