fix composer install need deps during build

This commit is contained in:
2026-06-07 19:57:18 +07:00
parent 3b92cdf37d
commit c0b5d6b131
+1 -1
View File
@@ -24,7 +24,7 @@ COPY . .
COPY --from=node-builder /build/public/css /var/www/public/css
COPY --from=node-builder /build/public/js /var/www/public/js
RUN composer install --no-dev --optimize-autoloader && \
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