Arts-of-coding commited on
Commit
3e80151
1 Parent(s): 4cb4f18

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -56,6 +56,8 @@ COPY ./main.py main.py
56
 
57
  # Only when not using azure
58
  #COPY /data/ ./azure/data/
 
 
59
 
60
  RUN chmod +x ./mount-blobfuse.sh
61
 
 
56
 
57
  # Only when not using azure
58
  #COPY /data/ ./azure/data/
59
+ USER testuser
60
+ RUN chown -R testuser /app/azure
61
 
62
  RUN chmod +x ./mount-blobfuse.sh
63