diff --git a/Dockerfile b/Dockerfile index 175bbff..ec96779 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM php:7.2-apache-stretch +VOLUME /var/www/html/media + COPY . /var/www/html \ No newline at end of file