aboutsummaryrefslogtreecommitdiff
path: root/write-influx/dockerfile
blob: fa509f8b6b77a86c7cf7a295ddc6d944765f8951 (plain)
1
2
3
4
FROM python:3.8
COPY . ./
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "-u", "write_influx.py"]