caviri commited on
Commit
2c93adb
·
1 Parent(s): a3f8e50

bug: fix permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ COPY . /digiwild
42
 
43
  RUN pip3 install -r /digiwild/requirements.txt
44
 
45
- RUN chmod -R 777 /digiwild/data /digiwild/assets
46
 
47
  WORKDIR /digiwild
48
 
 
42
 
43
  RUN pip3 install -r /digiwild/requirements.txt
44
 
45
+ RUN chmod -R 777 /digiwild/data /digiwild/app/assets
46
 
47
  WORKDIR /digiwild
48