Update Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Amazed 2023-10-22 21:37:08 +02:00
parent 7d82945f61
commit 50941bb95d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN pip3 install --no-cache-dir --no-index /opt/*py3-none-any.whl && \
USER prometheus
EXPOSE 9224
EXPOSE 9222
ENTRYPOINT [ "/usr/bin/jellyfin_exporter" ]