Skip to content

Commit 50838fa

Browse files
fixup! Use Debian to install the correct version of Node
1 parent 7a498a7 commit 50838fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ RUN bash -c " \
115115
apt-get install -y nodejs; \
116116
"
117117

118+
# Add Node.js to PATH
119+
ENV PATH="/usr/local/bin:${PATH}"
120+
118121
# Install Angular CLI
119122
COPY ./website/docs/developers/scripts/frontend/install-angular-cli.sh ./scripts/install-angular-cli.sh
120123
RUN chmod +x ./scripts/install-angular-cli.sh && \

0 commit comments

Comments
 (0)