whenever I run vendor/bin/migrate install --path vendor/byjg/migration-cli/pob/sql_server sqlsrv://user_id:'userpwd'@sql1/DB-v in windows docker php container environment, it gives me this error vendor/bin/migrate: line 1: ../byjg/migration-cli/scripts/migrate: No such file or directory. This is the vendor/bin/migrate script ../byjg/migration-cli/scripts/migrate.
However, this works on mac docker php container environment with no issues. Does anyone know how I can fix this, thank you.
whenever I run
vendor/bin/migrate install --path vendor/byjg/migration-cli/pob/sql_server sqlsrv://user_id:'userpwd'@sql1/DB-vin windows docker php container environment, it gives me this errorvendor/bin/migrate: line 1: ../byjg/migration-cli/scripts/migrate: No such file or directory. This is thevendor/bin/migratescript../byjg/migration-cli/scripts/migrate.However, this works on mac docker php container environment with no issues. Does anyone know how I can fix this, thank you.