Swapnil-101 commited on
Commit
deedf83
·
verified ·
1 Parent(s): 5d04652

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY ./requirements.txt /code/requirements.txt
15
 
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
18
- RUN mkdir -p /code/.cache && chmod 777 /code/.cache
19
 
20
  # Set permissions for the database file
21
  RUN touch /user/users.db && chmod 777 /user/users.db
 
15
 
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
18
+ RUN mkdir -p /user/.cache && chmod 777 /user/.cache
19
 
20
  # Set permissions for the database file
21
  RUN touch /user/users.db && chmod 777 /user/users.db