Use --no-security-blocking flag
This commit is contained in:
parent
d1600487bf
commit
3c1bb8fa76
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
|||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Install dependencies if composer.json exists
|
||||
RUN COMPOSER_AUDIT=0 composer install --no-audit --no-interaction --prefer-dist --optimize-autoloader
|
||||
# Install dependencies
|
||||
RUN composer install --no-interaction --prefer-dist --optimize-autoloader --no-security-blocking
|
||||
|
||||
CMD php artisan serve --host=0.0.0.0 --port=8000
|
||||
Loading…
Add table
Reference in a new issue