Loading src/monitoring/service/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ RUN pip install --upgrade pip RUN pip install influxdb RUN pip install datetime COPY ./test_influx.py . COPY ./influx_tools . COPY ./influx_tools.py . ENTRYPOINT ["python3", "test_influx.py"] No newline at end of file Loading
src/monitoring/service/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ RUN pip install --upgrade pip RUN pip install influxdb RUN pip install datetime COPY ./test_influx.py . COPY ./influx_tools . COPY ./influx_tools.py . ENTRYPOINT ["python3", "test_influx.py"] No newline at end of file