Commit c405eebb by nabil el mahiri

mkdir -p /data/db

parent 94969de4
Pipeline #304 canceled with stages
in 2 minutes 12 seconds
......@@ -26,7 +26,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14
RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" | tee /etc/apt/sources.list.d/mongodb-org-3.4.list
RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install redis-server
RUN mkdir -p /data/db
RUN nohup mongod
......
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