fix: remove unavailable plugin constraints + fail on composer errors
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run

This commit is contained in:
2026-08-21 20:12:55 -06:00
parent bde451ee72
commit 84dc566b59
2 changed files with 2 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ WORKDIR /var/www/html
COPY . .
RUN composer install --no-dev --optimize-autoloader --no-interaction || true
RUN composer install --no-dev --optimize-autoloader --no-interaction
RUN php artisan winter:version 2>/dev/null || true