zyliu commited on
Commit
c965bad
·
1 Parent(s): 28d7b69

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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