I am trying to install akeneo pim ce 4.0 on docker desktop for windows using the standard ce package with no changes; however, when i run "make prod" as per install instructions, it fails when trying to run "wait_docker_up.sh" in the makefile, with "file not found error" but it is not clear to me which file cannot be found. please can anyone assist - thanks (powershell cmd log reproduced below):
PS C:\ohp\pim\pim-community-standard> .\make prod
C:/ohp/pim/pim-community-standard/make dependencies
make[1]: Entering directory C:/ohp/pim/pim-community-standard'
make[1]: Nothing to be done for
dependencies'.
make[1]: Leaving directory C:/ohp/pim/pim-community-standard'
C:/ohp/pim/pim-community-standard/make pim-prod
make[1]: Entering directory
C:/ohp/pim/pim-community-standard'
C:/ohp/pim/pim-community-standard/make up
make[2]: Entering directory C:/ohp/pim/pim-community-standard'
docker-compose up -d --remove-orphan
pim-community-standard_object-storage_1 is up-to-date
Starting pim-community-standard_blackfire_1 ...
pim-community-standard_elasticsearch_1 is up-to-date
Starting pim-community-standard_php_1 ...
Starting pim-community-standard_node_1 ...
pim-community-standard_selenium_1 is up-to-date
Starting pim-community-standard_blackfire_1 ... done Starting pim-community-standard_php_1 ... done Starting pim-community-standard_node_1 ... done make[2]: Leaving directory
C:/ohp/pim/pim-community-standard' docker/wait_docker_up.sh
process_begin: CreateProcess(NULL, env bash C:\ohp\pim\pim-community-standard\docker\wait_docker_up.sh, ...) failed. make (e=2): The system cannot find the file specified.
make[1]: * [pim-prod] Error 2 make[1]: Leaving directory `C:/ohp/pim/pim-community-standard' make: * [prod] Error 2 PS C:\ohp\pim\pim-community-standard>