From 9f7cae04ea5a95a09336b3dea9d3e15c2fe3c332 Mon Sep 17 00:00:00 2001 From: sulthan Date: Sun, 7 Jun 2026 20:11:20 +0700 Subject: [PATCH] fix publi/img --- .docker/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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