mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 14:53:23 +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
|
||||
|
||||
# Install package
|
||||
RUN pip3 install prometheus-qbittorrent-exporter==1.0.2
|
||||
WORKDIR /code
|
||||
COPY . .
|
||||
RUN pip3 install .
|
||||
|
||||
ENV QBITTORRENT_HOST=""
|
||||
ENV QBITTORRENT_PORT=""
|
||||
|
||||
Reference in New Issue
Block a user