dyndns/Dockerfile

6 lines
59 B
Docker
Raw Normal View History

2019-08-10 14:34:53 +00:00
FROM php:7.2-apache
RUN a2enmod rewrite
COPY ./ /var/www