radames commited on
Commit
103399c
·
1 Parent(s): da135eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -159,6 +159,7 @@ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-proces
159
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
160
 
161
  RUN echo "Done"
 
162
 
163
  COPY --chown=user run.sh .
164
 
 
159
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
160
 
161
  RUN echo "Done"
162
+ RUN chown -R user:user $HOME/app
163
 
164
  COPY --chown=user run.sh .
165