diff --git a/Dockerfile b/Dockerfile index 7ef77f6..9c46295 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ FROM python:3.8-alpine AS build-image COPY --from=dependencies /root/.local /root/.local COPY value_normalizer.py keentic_influxdb_exporter.py influxdb_writter.py keenetic_api.py /home/ +COPY config/metrics.json /home/config/metrics.json -CMD [ "python", "-u", "/home/keentic_influxdb_exporter.py" ] \ No newline at end of file +CMD [ "python", "-u", "/home/keentic_influxdb_exporter.py" ]