Swapnil-101 commited on
Commit
c097f95
·
verified ·
1 Parent(s): 73f071a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
  RUN mkdir /.cache && chmod 777 /.cache
10
 
11
  # Set permissions for the working directory
12
- RUN mkdir /code && chmod 777 /code
13
 
14
  # Set permissions for the database file
15
  RUN touch /code/users.db && chmod 777 /code/users.db
 
9
  RUN mkdir /.cache && chmod 777 /.cache
10
 
11
  # Set permissions for the working directory
12
+ RUN chmod 777 /code
13
 
14
  # Set permissions for the database file
15
  RUN touch /code/users.db && chmod 777 /code/users.db