Commit 94969de4 by nabil el mahiri

nohup mongod

parent 2b0834db
Pipeline #303 failed with stages
in 2 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 mongod --fork --logpath ~/log/mongodb.log RUN nohup mongod
# 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