benjolo commited on
Commit
d4ef84c
·
verified ·
1 Parent(s): 4b91766

Update Dockerfile

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