I'm facing error while building process this is the error is there any way to solve it or at least editing the dockerfile
ahmed-dagger
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
ⓘ Deployment information is only viewable by project members and Railway employees.