diff --git a/Dockerfile b/Dockerfile index f4554872..c7e129ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG PHP_VERSION=8.3 WORKDIR /var/www/html -# our default timezone and langauge +# our default timezone and language ENV TZ=Europe/London ENV LANG=en_GB.UTF-8