FROM thecooltechguy/comfyui_launcher RUN useradd -m -u 1000 user RUN chown -R user:user / || true ####################################### # Start root user section ####################################### USER root RUN mkdir /data && chown user:user /data ####################################### # End root user section ####################################### USER user