Unable to run laravel command on docker with composer
I'm having some issues with running the laravel command on my docker container. I use the php docker image and use the copy command for getting composer from the composer image. After that I've added composer to my $PATH variable…