Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -16,10 +16,10 @@ EXPOSE 27017
|
|
16 |
# # Install MongoDB
|
17 |
# RUN apt-get update && apt-get install -y mongodb-org
|
18 |
|
19 |
-
RUN mkdir -p /data/db
|
20 |
-
RUN chown -R mongodb:mongodb /data/db
|
21 |
-
# RUN service mongodb start
|
22 |
-
RUN service mongod start
|
23 |
|
24 |
|
25 |
# Copy the app code to the image
|
|
|
16 |
# # Install MongoDB
|
17 |
# RUN apt-get update && apt-get install -y mongodb-org
|
18 |
|
19 |
+
# RUN mkdir -p /data/db
|
20 |
+
# RUN chown -R mongodb:mongodb /data/db
|
21 |
+
# # RUN service mongodb start
|
22 |
+
# RUN service mongod start
|
23 |
|
24 |
|
25 |
# Copy the app code to the image
|