6 lines
59 B
Docker
6 lines
59 B
Docker
|
FROM php:7.2-apache
|
||
|
|
||
|
RUN a2enmod rewrite
|
||
|
|
||
|
COPY ./ /var/www
|