diff --git a/.docker/php/Dockerfile b/.docker/php/Dockerfile index 4bd0083..4457b33 100644 --- a/.docker/php/Dockerfile +++ b/.docker/php/Dockerfile @@ -26,7 +26,7 @@ COPY --from=node-builder /build/public/js /var/www/public/js RUN composer install --no-dev --optimize-autoloader --no-scripts && \ chmod -R 775 storage bootstrap/cache && \ - chown -R www-data:www-data storage bootstrap/cache public/img + chown -R www-data:www-data storage bootstrap/cache COPY .docker/php/entrypoint.sh /entrypoint.sh COPY .docker/php/php.ini /usr/local/etc/php/conf.d/custom.ini