dyndns/Dockerfile
2019-08-10 16:34:53 +02:00

5 lines
59 B
Docker

FROM php:7.2-apache
RUN a2enmod rewrite
COPY ./ /var/www