Skip to content

Commit

Permalink
Revert to apache
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jun 7, 2023
1 parent 6e3dd85 commit 50201b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 50201b0

Please sign in to comment.