ahmedtarekabd commited on
Commit
df70722
·
1 Parent(s): 81217a2

Update Dockerfile.

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,8 +17,8 @@ RUN mkdir -p /.streamlit
17
  RUN chmod -R 777 /.streamlit
18
  RUN mkdir -p /.config
19
  RUN chmod -R 777 /.config
20
- RUN mkdir -p /.trash
21
- RUN chmod -R 777 /.trash
22
  RUN find /app -type d -exec chmod 777 {} \;
23
  RUN find /app -type f -exec chmod 644 {} \;
24
 
 
17
  RUN chmod -R 777 /.streamlit
18
  RUN mkdir -p /.config
19
  RUN chmod -R 777 /.config
20
+ RUN mkdir -p /app/mlrun/.trash
21
+ RUN chmod -R 777 /app/mlrun/.trash
22
  RUN find /app -type d -exec chmod 777 {} \;
23
  RUN find /app -type f -exec chmod 644 {} \;
24