diff --git a/Dockerfile b/Dockerfile index 94c1057..ed6598c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ RUN apk add --update --no-cache \ python3 # Install package -RUN pip3 install prometheus-qbittorrent-exporter==1.0.2 +WORKDIR /code +COPY . . +RUN pip3 install . ENV QBITTORRENT_HOST="" ENV QBITTORRENT_PORT=""