zyliu commited on
Commit
15b3c76
·
1 Parent(s): bc8a2a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ EXPOSE 27017
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
- RUN ls /usr/local/bin
26
 
27
  # Copy the app code to the image
28
  COPY . /app
 
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
+ RUN ls /usr/bin
26
 
27
  # Copy the app code to the image
28
  COPY . /app