Mise à jour de 'Sources/config/Dockerfile'
continuous-integration/drone/push Build is passing Details

master
David D'ALMEIDA 1 year ago
parent 176e70d020
commit d0db1ad041

@ -1,4 +1,4 @@
FROM php:8.2-apache
FROM php:8.2-apache as base
# Installation de dépendances nécessaires pour Composer
RUN apt-get update && apt-get install -y \
git \
@ -10,7 +10,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
RUN docker-php-ext-install pdo pdo_mysql
COPY . /var/www/
COPY . /var/www/html/
WORKDIR /var/www/
WORKDIR /var/www/html/
EXPOSE 80
Loading…
Cancel
Save