4 lines
43 B
Docker
4 lines
43 B
Docker
|
FROM php:7.4.1-apache
|
||
|
|
||
|
RUN a2enmod rewrite
|