FROM php:8.2-apache LABEL authors="matthieulmr" COPY . /var/www/html WORKDIR /var/www/html RUN docker-php-ext-install pdo pdo_mysql EXPOSE 80