Create dockerfile
parent
b4b0ede969
commit
352c4070a0
@ -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…
Reference in New Issue