Trying with full path copy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ludovic Poujol 2021-03-15 16:01:12 +01:00
parent 391257f07e
commit 6d3958ebaf

View file

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