buildpacks
buildpacks copied to clipboard
/cnb/lifecycle/ added to execution path
Working inside the container using docker exec -it ... bash, the only way to use PHP seems to be running /cnb/lifecycle/launcher php. Adding /cnb/lifecycle/ to the execution path or, symlinking /cnb/lifecycle/launcher to bin would significantly improve development experience.
This way PHP could be executed using launcher php.