fix publi/img

This commit is contained in:
2026-06-07 20:11:20 +07:00
parent 05ee8d6868
commit 9f7cae04ea
+1 -1
View File
@@ -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