From 9ecc6db9afebbcff868e86bb91d12344d114752d Mon Sep 17 00:00:00 2001 From: nabilelmahiri <nabil.elmahiri@fractalite.com> Date: Thu, 7 Mar 2019 15:46:37 +0100 Subject: [PATCH] new clean docker file --- docker/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4edd0b4..0ee2511 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -81,11 +81,13 @@ WORKDIR /atlasvoyages COPY ./sh/ /atlasvoyages/ +RUN cat sh/npm_login_expect # RUN login automatiquely to npm -RUN expect -f /atlasvoyages/sh/npm_login_expect nabilelmahiri arigatou%4065 "nabil.elmahiri@fractalite.com" +RUN expect -f sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com" COPY package*.json /atlasvoyages/ + # RUN include deploy token in gitlab urls in each of the modules RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+http:\/\/gitlab-ci-token:'$DEPLOY_TOKEN'@labs.atlasvoyages.com\//' ./package.json -- libgit2 0.26.0