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