Arts-of-coding commited on
Commit
5925fb8
1 Parent(s): 13d6305

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -59,7 +59,7 @@ USER root
59
  RUN mkdir /azure
60
 
61
  USER root
62
- RUN /bin/bash -c '/mount-blobfuse.sh'
63
 
64
  USER user
65
 
 
59
  RUN mkdir /azure
60
 
61
  USER root
62
+ RUN /mount-blobfuse.sh
63
 
64
  USER user
65