absolute volume path

This commit is contained in:
Miroslav Šedivý 2020-01-22 21:45:35 +01:00
parent 3fdbe8986a
commit 9e0903d042

View file

@ -22,7 +22,7 @@ RUN docker-php-ext-install gd
COPY . .
VOLUME "data"
VOLUME "/var/www/html/data"
RUN chown -R www-data:www-data . \
&& a2enmod rewrite