Description:
After cloning the repository and starting docker with default settings docker compose up --build" docker.php goes into restarting mode.
Steps to Reproduce:
- clone repo
- navigate into directory and run
docker compose up --build
Expected Behavior:
docker.php is starting without any error
Actual Behavior:
output:
docker.php exited with code 127
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
': No such file or directoryn't execute 'bash
Additional Information:
- Operating System: Win11
- Error Message: ': No such file or directoryn't execute 'bash
Impact:
This issue prevents users from accessing localhost. Result is "502 Bad Gateway" page.
It has sth. to do with entrypoint script.
If you comment out Line 104 in docker/php/Dockerfile it works.
Description:
After cloning the repository and starting docker with default settings
docker compose up --build" docker.php goes into restarting mode.Steps to Reproduce:
docker compose up --buildExpected Behavior:
docker.php is starting without any error
Actual Behavior:
output:
Additional Information:
Impact:
This issue prevents users from accessing localhost. Result is "502 Bad Gateway" page.
It has sth. to do with entrypoint script.
If you comment out Line 104 in docker/php/Dockerfile it works.