zyliu commited on
Commit
e7578c1
·
1 Parent(s): 3b5dcd7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,8 +20,8 @@ EXPOSE 27017
20
  # RUN chown -R mongodb:mongodb /data/db
21
  # # RUN service mongodb start
22
  # RUN service mongod start
23
- RUN apt-get -y update && apt-get install software-properties-common \
24
- && add-apt-repository ppa:deadsnakes/ppa && apt install python3.10
25
 
26
  # Copy the app code to the image
27
  COPY . /app
 
20
  # RUN chown -R mongodb:mongodb /data/db
21
  # # RUN service mongodb start
22
  # RUN service mongod start
23
+ RUN apt-get -y update && apt-get install -y software-properties-common \
24
+ && add-apt-repository ppa:deadsnakes/ppa && apt install -y python3.10
25
 
26
  # Copy the app code to the image
27
  COPY . /app