4 lines
41 B
Docker
4 lines
41 B
Docker
|
FROM php:7.2-apache
|
||
|
|
||
|
RUN a2enmod rewrite
|