phmei96 commited on
Commit
3d85aa5
·
verified ·
1 Parent(s): c4263cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -125,5 +125,6 @@ ENV STORAGE_PERSISTENCE=1
125
  #
126
  ################################################################################
127
  RUN mkdir -p /label-studio/data/media && chmod -R 777 /label-studio/data
 
128
  CMD sh -c 'exec label-studio --host="$SPACE_HOST" --data-dir /data'
129
  #CMD exec label-studio --host=$SPACE_HOST
 
125
  #
126
  ################################################################################
127
  RUN mkdir -p /label-studio/data/media && chmod -R 777 /label-studio/data
128
+ USER 1000
129
  CMD sh -c 'exec label-studio --host="$SPACE_HOST" --data-dir /data'
130
  #CMD exec label-studio --host=$SPACE_HOST