Commit 7cb8b4be by nabil el mahiri

start mongod

parent ce626394
Pipeline #300 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" |
RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install redis-server
RUN service mongod start --fork --logpath /var/log/mongod.log
RUN start mongod --fork --logpath /var/log/mongod.log
# 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