Commit 9ecc6db9 by nabil el mahiri

new clean docker file

parent 22530b03
Pipeline #480 failed with stages
in 3 seconds
......@@ -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
......
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