premiere-deluge-docker/Dockerfile

9 lines
176 B
Docker
Raw Permalink Normal View History

2020-05-15 03:04:52 +02:00
FROM python:2
COPY build.sh /build.sh
RUN bash /build.sh
2020-05-19 00:34:46 +02:00
ENTRYPOINT cp /premiere-deluge-plugin/dist/*.egg ~/.config/deluge/plugins/ && deluged && deluge-web --fork && bash