Update Dockerfile
Browse files- 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/
|
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
|