Update dockerfile

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

View File

@@ -1,6 +1,6 @@
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
RUN docker-php-ext-install gd
CMD ["apache2ctl", "-D", "FOREGROUND"]