Commit 3f65ef55 by nabil el mahiri

mongod --fork --syslog

parent c405eebb
Pipeline #305 failed with stages
in 2 minutes 10 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 mkdir -p /data/db
RUN nohup mongod
RUN mongod --fork --syslog
# 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