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