Bash command not found
Trying to get into the Nginx container using
sudo docker exec -it <container id> bash
Error: Bash not found.
Googled and /bin/sh seem to work, but then it could not find the composer
I tried getting into the digitalOcean.php container and there I could find composer and continued with the rest of the steps.
When I open the website it throws the following error
No application encryption key has been specified.
Before composer install try run php artisan key:generate
Inside the nginx container it says php not found. Just confirming, I should give the container id of webserver right?
I am in the same boat waiting for someone to post the solution. Thanks
I am in the same boat waiting for someone to post the solution. Thanks
make sure you use "sudo docker exec -it
okay bash into digitalocean/php container instead of Nginx container @changeweb please update the README