Commit c6d328aa by nabil el mahiri

npm install --save --unsafe-perm=true

parent 43e7fe49
Pipeline #308 failed with stages
in 2 minutes 24 seconds
...@@ -38,10 +38,10 @@ WORKDIR /atlasvoyages ...@@ -38,10 +38,10 @@ WORKDIR /atlasvoyages
COPY package*.json /atlasvoyages/ COPY package*.json /atlasvoyages/
RUN npm install --unsafe-perm=true
RUN npm install --global grunt-cli RUN npm install --global grunt-cli
RUN npm install --save --unsafe-perm=true
COPY ./ /atlasvoyages/ COPY ./ /atlasvoyages/
RUN mongorestore --host localhost --port 27017 --gzip --archive=atlasvoyages-dev.archive 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