Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -58,6 +58,9 @@ ENV HOME=/home/user \
|
|
58 |
USER root
|
59 |
RUN mkdir /azure
|
60 |
|
|
|
|
|
|
|
61 |
USER root
|
62 |
RUN '/mount-blobfuse.sh'
|
63 |
|
|
|
58 |
USER root
|
59 |
RUN mkdir /azure
|
60 |
|
61 |
+
USER root
|
62 |
+
RUN chmod +x ./mount-blobfuse.sh
|
63 |
+
|
64 |
USER root
|
65 |
RUN '/mount-blobfuse.sh'
|
66 |
|