Swapnil-101 commited on
Commit
fde36cb
·
verified ·
1 Parent(s): 9f6d601

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -24,12 +24,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
24
  # Create a directory for cache and set permissions
25
  RUN mkdir -p $HOME/.cache && chmod 777 $HOME/.cache
26
 
27
- # Create the database file and set permissions
28
- RUN touch $HOME/users.db && chmod 777 $HOME/users.db
29
-
30
- # Change ownership of mentor.txt and temp_mentor.txt
31
- RUN chown user:user $HOME/mentor.txt $HOME/temp_mentor.txt
32
-
33
  # Switch back to the user
34
  USER user
35
 
 
24
  # Create a directory for cache and set permissions
25
  RUN mkdir -p $HOME/.cache && chmod 777 $HOME/.cache
26
 
 
 
 
 
 
 
27
  # Switch back to the user
28
  USER user
29