Commit d7e682cf by nabil el mahiri

using npm login

parent f28de683
Pipeline #443 failed with stages
in 6 seconds
...@@ -33,7 +33,7 @@ RUN npm install --global grunt-cli ...@@ -33,7 +33,7 @@ RUN npm install --global grunt-cli
# RUN mongod --fork --syslog # RUN mongod --fork --syslog
RUN apt-get -yq install expect-dev RUN apt-get -yq install expect-dev
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com"
# sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./ # sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./
...@@ -71,6 +71,10 @@ RUN ssh -T git@labs.atlasvoyages.com ...@@ -71,6 +71,10 @@ RUN ssh -T git@labs.atlasvoyages.com
WORKDIR /atlasvoyages WORKDIR /atlasvoyages
COPY /atlasvoyages/sh/npm_login_expect /atlasvoyages/sh/
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com"
COPY package*.json /atlasvoyages/ COPY package*.json /atlasvoyages/
RUN npm install --unsafe-perm=true RUN npm install --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