Commit 90daaea6 by nabil el mahiri

using npm login

parent 44ab565e
Pipeline #365 failed with stages
in 1 minute 34 seconds
...@@ -22,6 +22,11 @@ COPY /nginx/default.conf /etc/nginx/sites-available ...@@ -22,6 +22,11 @@ COPY /nginx/default.conf /etc/nginx/sites-available
COPY /nginx/default.conf /etc/nginx/sites-enabled COPY /nginx/default.conf /etc/nginx/sites-enabled
# Install Node.js 6.x repository
RUN curl -sL https://deb.nodesource.com/setup_6.11.1 | bash -
# Install Node.js and npm
RUN apt-get install -y nodejs
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
......
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