brc/web/Dockerfile
2020-09-29 21:32:40 +02:00

5 lines
78 B
Docker

FROM php:7.4-apache
RUN a2enmod rewrite
RUN docker-php-ext-install pdo_mysql