SanjeevB1 commited on
Commit
4ea3244
·
verified ·
1 Parent(s): a64a62c

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 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