FROM debian:stable RUN apt update -y RUN apt upgrade -y run apt install -y syncthing run groupadd -g 1002 storage run useradd -g storage -u 1114 -s /bin/false -d /home/syncthing storage COPY syncthing/syncthing.sh /root/ RUN chmod a+x /root/syncthing.sh CMD ['/bin/bash','/root/syncthing.sh']