diff --git a/php.dockerfile b/php.dockerfile index e318185..ceb1467 100644 --- a/php.dockerfile +++ b/php.dockerfile @@ -61,4 +61,6 @@ RUN cp -r build/* /var/www/html/ COPY docker/php/.htaccess /var/www/html/ +RUN chown -R www-data:www-data /var/www/html + CMD /init-scripts/startup.sh \ No newline at end of file