#Laravel Build Error
5 messages · Page 1 of 1 (latest)
Please send all available logs
The line you've sent is just telling you there was an error
the error logs start from here
6.271 Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
Dockerfile:20
18 | COPY . /app/.
19 | RUN mkdir -p /var/log/nginx && mkdir -p /var/cache/nginx
20 | >>> RUN composer install --ignore-platform-reqs
21 | RUN npm ci
22 |
ERROR: failed to solve: process "/bin/bash -ol pipefail -c composer install --ignore-platform-reqs" did not complete successfully: exit code: 1
Error: Docker build failed