fix: remove unavailable plugin constraints + fail on composer errors
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
Some checks are pending
Module sub-split / Sub-split (push) Waiting to run
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user