Copy config.py
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user