Commit 828f1571 by nabil el mahiri

mongod

parent 7cb8b4be
Pipeline #301 failed with stages
in 3 seconds
...@@ -27,7 +27,7 @@ RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" | ...@@ -27,7 +27,7 @@ RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" |
RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install redis-server RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install redis-server
RUN start mongod --fork --logpath /var/log/mongod.log RUN mongod --fork --logpath /var/log/mongod.log
# sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./ # sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./
......
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