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 7a498a7 commit 50838faCopy full SHA for 50838fa
frontend/Dockerfile
@@ -115,6 +115,9 @@ RUN bash -c " \
115
apt-get install -y nodejs; \
116
"
117
118
+# Add Node.js to PATH
119
+ENV PATH="/usr/local/bin:${PATH}"
120
+
121
# Install Angular CLI
122
COPY ./website/docs/developers/scripts/frontend/install-angular-cli.sh ./scripts/install-angular-cli.sh
123
RUN chmod +x ./scripts/install-angular-cli.sh && \
0 commit comments