diff --git a/Dockerfile b/Dockerfile index b2970f1..6b7d02f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM php:7.4-apache LABEL maintainer="Andy Miller (@rhukster)" +ENV TZ="Europe/Berlin" + # Enable Apache Rewrite + Expires Module RUN a2enmod rewrite expires && \ sed -i 's/ServerTokens OS/ServerTokens ProductOnly/g' \