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
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Install dependencies if composer.json exists
|
# Install dependencies
|
||||||
RUN COMPOSER_AUDIT=0 composer install --no-audit --no-interaction --prefer-dist --optimize-autoloader
|
RUN composer install --no-interaction --prefer-dist --optimize-autoloader --no-security-blocking
|
||||||
|
|
||||||
CMD php artisan serve --host=0.0.0.0 --port=8000
|
CMD php artisan serve --host=0.0.0.0 --port=8000
|
||||||
Loading…
Add table
Reference in a new issue