Commit 28b9c5c9 by nabil el mahiri

using npm login

parent c69ebbc7
Pipeline #328 failed with stages
in 2 minutes 31 seconds
......@@ -38,6 +38,8 @@ COPY ./ /atlasvoyages/
WORKDIR /atlasvoyages
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com"
COPY package*.json /atlasvoyages/
......@@ -45,7 +47,7 @@ RUN npm install --global grunt-cli
# RUN git config --global http.proxy http://<username>:<password>@<proxy-server-url>:<port>
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com"
# RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc
RUN npm install --save --unsafe-perm=true
......
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