Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Dorian HODIN 11 months ago
parent 02e113ecc7
commit 57699a8d4c

@ -1,7 +1,7 @@
FROM php:8.1-apache FROM php:8.2-apache
RUN apt-get update && apt-get install -y git zip RUN apt-get update && apt-get install -y git zip
COPY . /var/www/html COPY . /var/www/html
WORKDIR /var/www/html/Config WORKDIR /var/www/html
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN composer update --no-autoloader && composer install --no-autoloader RUN composer update --no-autoloader && composer install --no-autoloader
RUN a2enmod rewrite RUN a2enmod rewrite

Loading…
Cancel
Save