Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -20,6 +20,9 @@ WORKDIR backend/
|
|
20 |
RUN chmod -R 777 ./
|
21 |
|
22 |
# RUN python3 run.py
|
|
|
|
|
|
|
23 |
|
24 |
RUN ls ~/
|
25 |
|
|
|
20 |
RUN chmod -R 777 ./
|
21 |
|
22 |
# RUN python3 run.py
|
23 |
+
RUN echo "Printing root directory"
|
24 |
+
|
25 |
+
RUN pwd
|
26 |
|
27 |
RUN ls ~/
|
28 |
|