Dockerfile 202 B

1234567891011
  1. FROM debian:stretch
  2. EXPOSE 80
  3. RUN apt-get update && apt-get install -y deluge-web
  4. ADD deluge-web_init.sh /sbin/deluge-web_init.sh
  5. RUN chmod +x /sbin/deluge-web_init.sh
  6. CMD /sbin/deluge-web_init.sh