Create dockerfile

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

@ -0,0 +1,4 @@
FROM php:7.4-apache
COPY . /var/www/html
RUN docker-php-ext-install pdo_mysql
CMD ["apache2ctl", "-D", "FOREGROUND"]
Loading…
Cancel
Save