diff --git a/Dockerfile b/Dockerfile index 05823d7..63d1aa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,8 @@ FROM php:7-apache -ARG uid - RUN docker-php-ext-install mysqli RUN a2enmod rewrite COPY ./src /var/www/html -RUN usermod -u $uid www-data \ No newline at end of file +RUN chown -R www-data:www-data /var/www/html \ No newline at end of file