Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
# Use the official Python image as a base image
|
2 |
# FROM python:3.8-slim-buster
|
3 |
-
FROM mongo:latest
|
|
|
|
|
|
|
4 |
|
5 |
# RUN apt-get update
|
6 |
|
|
|
1 |
# Use the official Python image as a base image
|
2 |
# FROM python:3.8-slim-buster
|
3 |
+
# FROM mongo:latest
|
4 |
+
FROM mongo
|
5 |
+
|
6 |
+
EXPOSE 27017
|
7 |
|
8 |
# RUN apt-get update
|
9 |
|