Commit b21cc0cb by nabil el mahiri

using except and npm login

parent 546733e4
Pipeline #320 failed with stages
in 1 minute 0 seconds
......@@ -29,7 +29,7 @@ RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install red
RUN mkdir -p /data/db
RUN mongod --fork --syslog
RUN apt-get -yq install expect-dev
# sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./
# sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --gzip --archive=atlasvoyages-dev.archive
......@@ -38,7 +38,7 @@ WORKDIR /atlasvoyages
COPY package*.json /atlasvoyages/
RUN npm install --global grunt-cli expect-dev
RUN npm install --global grunt-cli
COPY ./ /atlasvoyages/
......
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