Update dockerfile

This commit is contained in:
SuperDev
2022-12-19 11:11:03 -06:00
committed by GitHub
parent f2dff49720
commit 3b10c8cc05

View File

@@ -2,4 +2,5 @@ FROM php:7.4-apache
COPY . /var/www/html
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install gd
RUN docker-php-ext-install zlib
CMD ["apache2ctl", "-D", "FOREGROUND"]