Update dockerfile

pull/8/head
SuperDev 3 years ago committed by GitHub
parent f2dff49720
commit 3b10c8cc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]

Loading…
Cancel
Save