Swapnil-101 commited on
Commit
729014c
·
verified ·
1 Parent(s): 9b522c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,6 +28,8 @@ RUN touch $HOME/users.db && chmod 777 $HOME/users.db && chown user:user $HOME/us
28
  # Change ownership of mentor.txt and temp_mentor.txt
29
  RUN chown user:user $HOME/mentor.txt $HOME/temp_mentor.txt
30
 
 
 
31
  # Switch back to the user
32
  USER user
33
 
 
28
  # Change ownership of mentor.txt and temp_mentor.txt
29
  RUN chown user:user $HOME/mentor.txt $HOME/temp_mentor.txt
30
 
31
+ RUN lsof $HOME/users.db
32
+
33
  # Switch back to the user
34
  USER user
35