buildpacks icon indicating copy to clipboard operation
buildpacks copied to clipboard

/cnb/lifecycle/ added to execution path

Open sl0wik opened this issue 2 years ago • 0 comments

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.

sl0wik avatar Jun 07 '23 20:06 sl0wik