# Use an official PHP image with Apache
FROM php:7.4-apache

# Enable mysqli extension
RUN docker-php-ext-install mysqli

COPY app /var/www/html