Update dockerfile

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

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

Loading…
Cancel
Save