AUMREDKA commited on
Commit
0153225
·
verified ·
1 Parent(s): 5f9407f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -20,6 +20,7 @@ RUN chmod +x /app/start.sh
20
  EXPOSE 7860
21
  EXPOSE 8000
22
 
23
- RUN chmod 777 /app
 
24
 
25
  CMD ["/bin/bash", "/app/start.sh"]
 
20
  EXPOSE 7860
21
  EXPOSE 8000
22
 
23
+ RUN chmod -R 777 /app
24
+ RUN chmod -R 777 /app/data
25
 
26
  CMD ["/bin/bash", "/app/start.sh"]