HawkeyeHS commited on
Commit
ad33166
·
1 Parent(s): 776c2dc

Modified Docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY ./requirements.txt /code/requirements.txt
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
- RUN chmod -R 777 ./db
14
 
15
  COPY . .
16
 
 
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
 
13
+ RUN chmod -R 777 db
14
 
15
  COPY . .
16