This commit is contained in:
parent
8465bf92df
commit
97beca5539
@ -7,7 +7,7 @@ ENV PIP_NO_CACHE_DIR=true
|
|||||||
ENV TZ Europe/Budapest
|
ENV TZ Europe/Budapest
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt
|
RUN apt update && apt install -y git && git clone https://github.com/marcsello/flask-influxdb2.git && pip3 install ./flask-influxdb2/ && pip3 install -r requirements.txt
|
||||||
|
|
||||||
ENV GUNICORN_LOGLEVEL="info"
|
ENV GUNICORN_LOGLEVEL="info"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user