SanjeevB1 commited on
Commit
a64a62c
·
verified ·
1 Parent(s): 689f952

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
12
  COPY . .
13
 
14
  # Change permissions of the root directory and the data.db file
15
- RUN chmod -R 777 / && chmod 777 /data.db
16
 
17
  # Install dependencies
18
  RUN pip install --no-cache-dir -r requirements.txt
 
12
  COPY . .
13
 
14
  # Change permissions of the root directory and the data.db file
15
+ RUN chmod 777 /data.db
16
 
17
  # Install dependencies
18
  RUN pip install --no-cache-dir -r requirements.txt