Spaces:
Sleeping
Sleeping
Commit
·
81217a2
1
Parent(s):
51711a6
"Update Dockerfile."
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -17,6 +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 find /app -type d -exec chmod 777 {} \;
|
| 21 |
RUN find /app -type f -exec chmod 644 {} \;
|
| 22 |
|
|
|
|
| 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 |
|