Hello everyone, i hope you be having a good day.
I have a problem to use cake bake in my app in cli php-apache (docker, in container) how shows below:
root@44ced3d5466e:/app/app# Console\cake bake all
bash: Consolecake: command not found
root@44ced3d5466e:/app/app# Console/cake bake all
/usr/bin/env: ‘bash\r’: No such file or directory
root@44ced3d5466e:/app/app# ./cake bake all
bash: ./cake: No such file or directory
root@44ced3d5466e:/app/app# cd console
root@44ced3d5466e:/app/app/console# ./cake bake all
/usr/bin/env: ‘bash\r’: No such file or directory
I tried those commands, but without sucess… beyond this, i tried install cake bake by composer, but only works in versions 3.x on