Commit 82fae88b by nabil el mahiri

using npm login

parent 9b7d9670
Pipeline #368 failed with stages
in 2 seconds
......@@ -25,7 +25,7 @@ COPY /nginx/default.conf /etc/nginx/sites-available
COPY /nginx/default.conf /etc/nginx/sites-enabled
RUN wget https://nodejs.org/dist/v6.11.3/node-v6.11.1-linux-x64.tar.g‌​z && \
RUN wget https://nodejs.org/dist/v6.11.1/node-v6.11.1-linux-x64.tar.g‌​z && \
mkdir -p /opt/nodejs && \
tar -xvzf node-v6.11.1-linux-x64.tar.gz -C /opt/nodejs/ && \
cd /opt/nodejs && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment