mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-10 07:25:36 +00:00
Install from src and not pip package
This commit is contained in:
@@ -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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user