diff --git a/Dockerfile b/Dockerfile index 22cbc638e4c920c422d1fd068beafc28ba78efd2..7aa3848b2ced663ec5f002e317d6d8a3f88c106c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ RUN sed -i 's/listen.owner = www-data/listen.owner = nginx/g' /etc/php/7.3/fpm/p sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g' /etc/php/7.3/fpm/php.ini && \ mkdir /html +# Set correct timezone +RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime && dpkg-reconfigure -f noninteractive tzdata + WORKDIR /html EXPOSE 80