Arts-of-coding commited on
Commit
3c4c59b
1 Parent(s): 5925fb8

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 /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