Commit 46d8e1ad by nabil el mahiri

using npm login

parent 035f0f89
Pipeline #332 failed with stages
in 22 seconds
......@@ -38,7 +38,7 @@ COPY ./ /atlasvoyages/
WORKDIR /atlasvoyages
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com"
COPY package*.json /atlasvoyages/
......@@ -49,10 +49,9 @@ RUN npm install --global grunt-cli
# RUN git config --global http.proxy http://<username>:<password>@<proxy-server-url>:<port>
# RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc
RUN npm install --save --unsafe-perm=true
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com" \
npm install --save --unsafe-perm=true
# RUN mongorestore --host localhost --port 27017 --gzip --archive=atlasvoyages-dev.archive
......
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