FROM php:apache

COPY index.php /var/www/html/
RUN chown -R root:root /var/www/html/
