benjolo commited on
Commit
d5eb73f
1 Parent(s): 3033626

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ RUN pip install pydantic[email]
19
  # Make all files and folders readable, writable, executable
20
  RUN chmod -R 777 ./
21
 
 
 
22
  # List all directories including hidden ones
23
  # RUN ls -al
24
 
 
19
  # Make all files and folders readable, writable, executable
20
  RUN chmod -R 777 ./
21
 
22
+ RUN echo ~/
23
+
24
  # List all directories including hidden ones
25
  # RUN ls -al
26