apache2-php/bullseye/Dockerfile > fix wrong file name copy
All checks were successful
gitea/evodocker/pipeline/head This commit looks good

This commit is contained in:
Ludovic Poujol 2024-04-24 18:04:37 +02:00
parent 9c524d108b
commit 4ea3469f5d
Signed by: lpoujol
SSH key fingerprint: SHA256:YZbQWfjHONnvIGkFZMs0xRKtqzqGqwtZU+kCOKhZXPA

View file

@ -22,8 +22,8 @@ RUN apt-get update \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
COPY apache2-php/trixie/apache-evolinux-defaults.conf /etc/apache2/conf-available
COPY apache2-php/trixie/php-evolinux-defaults.ini /etc/php/7.4/apache2/conf.d
COPY apache2-php/bullseye/apache-evolinux-defaults.conf /etc/apache2/conf-available
COPY apache2-php/bullseye/php-evolinux-defaults.ini /etc/php/7.4/apache2/conf.d
RUN a2enconf apache-evolinux-defaults
RUN a2enmod rewrite remoteip headers