Commit f7c937fb authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

test influxdb monitoring

parent 3ee498db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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