We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47dc56 commit c148b68Copy full SHA for c148b68
Framework/angular/v18/Dockerfile
@@ -11,7 +11,7 @@ chmod -R +x /home/devbox/project/entrypoint.sh
11
12
USER devbox
13
RUN cd /home/devbox/project && \
14
-npm install -g serve && \
+npm install serve && \
15
npm run build
16
17
RUN mkdir -p /home/devbox/.devbox
0 commit comments