Copy config.py

This commit is contained in:
Simon Gruber
2025-12-14 21:15:10 +01:00
parent 6ce1ee7f62
commit be6e41f256

View File

@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY collectors/ ./collectors/
COPY exporters/ ./exporters/
COPY aggregator.py main.py utils.py ./
COPY aggregator.py main.py utils.py config.py ./
HEALTHCHECK --interval=60s --timeout=10s --start-period=10s --retries=3 \
CMD python -c "import sys; sys.exit(0)"