diff --git a/Dockerfile b/Dockerfile index f12f031..a7c281e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM python:3 -ENV TZ Europe/Budapest -RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone - WORKDIR /app COPY requirements.txt ./