mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-24 00:59:28 +00:00
Install from src and not pip package
This commit is contained in:
parent
17ebcb0834
commit
a53c7ae08b
@ -5,7 +5,9 @@ RUN apk add --update --no-cache \
|
|||||||
python3
|
python3
|
||||||
|
|
||||||
# Install package
|
# Install package
|
||||||
RUN pip3 install prometheus-qbittorrent-exporter==1.0.2
|
WORKDIR /code
|
||||||
|
COPY . .
|
||||||
|
RUN pip3 install .
|
||||||
|
|
||||||
ENV QBITTORRENT_HOST=""
|
ENV QBITTORRENT_HOST=""
|
||||||
ENV QBITTORRENT_PORT=""
|
ENV QBITTORRENT_PORT=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user