diff --git a/Dockerfile b/Dockerfile index 86521e34..92df3175 100755 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,11 @@ RUN apt-get update && \ ENV LANG fr_FR.UTF-8 ENV LC_ALL fr_FR.UTF-8 +ENV TZ=Europe/Paris RUN mkdir -p /data RUN pip install --upgrade pip RUN pip install -r /app/requirement.txt RUN pip install git+https://github.com/influxdata/influxdb-client-python.git@master -CMD ["python", "-u", "/app/main.py"] \ No newline at end of file +CMD ["python", "-u", "/app/main.py"]