Dockerfile aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bernd Reuther 2023-10-13 13:41:57 +02:00
parent 45ff5acf5d
commit 91c12a8137

View File

@ -1,6 +1,8 @@
FROM php:7.4-apache
LABEL maintainer="Andy Miller <rhuk@getgrav.org> (@rhukster)"
ENV TZ="Europe/Berlin"
# Enable Apache Rewrite + Expires Module
RUN a2enmod rewrite expires && \
sed -i 's/ServerTokens OS/ServerTokens ProductOnly/g' \