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 90c076e commit 00a8409Copy full SHA for 00a8409
Framework/angular/v18/Dockerfile
@@ -11,6 +11,8 @@ chmod -R +x /home/devbox/project/entrypoint.sh
11
12
USER devbox
13
RUN cd /home/devbox/project && \
14
+sudo chmod -R 777 /usr/lib/node_modules && \
15
+sudo chmod -R 777 /usr/local/lib/node_modules && \
16
npm install -g serve && \
17
npm run build
18
0 commit comments