diff --git a/Dockerfile b/Dockerfile index 77b86d4..851a29c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,9 @@ -FROM ghcr.io/islamic-network/php:nginxunit-8.1 +FROM ghcr.io/islamic-network/php:8.1-apache # Copy files RUN cd ../ && rm -rf /var/www/html COPY . /var/www/ COPY /etc/apache2/mods-enabled/mpm_prefork.conf /etc/apache2/mods-enabled/mpm_prefork.conf -COPY etc/unit/.unit.conf.json /docker-entrypoint.d/.unit.conf.json # Run Composer RUN cd /var/www && composer install --no-dev