5 lines
78 B
Text
5 lines
78 B
Text
|
FROM php:7.4-apache
|
||
|
|
||
|
RUN a2enmod rewrite
|
||
|
RUN docker-php-ext-install pdo_mysql
|