Laravel 11 Build Errror
cloudkasalu
TRIALOP

2 years ago

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

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

2 Replies

wesllycode
TRIAL

2 years ago

Remove RUN composer install --ignore-platform-reqs


wesllycode
TRIAL

2 years ago

RUN composer install


Loading...