remove TZ from dockerfile too

This commit is contained in:
Von Random 2024-11-05 03:32:43 +02:00
parent 2337392b91
commit d5e25f8da3

View file

@ -5,5 +5,4 @@ COPY . .
ENV PIP_ROOT_USER_ACTION=ignore ENV PIP_ROOT_USER_ACTION=ignore
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
ENV TZ=Europe/Moscow
CMD /pgbot/pgbot CMD /pgbot/pgbot