Trying with full path copy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ludovic Poujol 2021-03-15 16:01:12 +01:00
parent 391257f07e
commit 6d3958ebaf
1 changed files with 2 additions and 2 deletions

View File

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