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