The Laravel deployment with Railway show this log error:
#15 [11/12] RUN NIXPACKS_BUILD_CMD=composer install && npm i && npm run build && php artisan optimize && php artisan config:cache && php artisan migrate --force #15 sha256:1e7fd408085feb8443ac5a95041e1ba59eb5bb02f13967ed2940cc895efa6fc4
#15 1.006 install: missing file operand #15 1.006 Try 'install --help' for more information.
#15 ERROR: executor failed running [/bin/bash -ol pipefail -c NIXPACKS_BUILD_CMD=composer install && npm i && npm run build && php artisan optimize && php artisan config:cache && php artisan migrate --force]: exit code: 1
[11/12] RUN NIXPACKS_BUILD_CMD=composer install && npm i && npm run build && php artisan optimize && php artisan config:cache && php artisan migrate --force:
Error: Docker build failed
I don`t have any idea about what file/dependency is missed and how install it.
Your help would be really appreciated.