I am following this guide where I am told to run the following commands:
php artisan config:cache
php artisan config:clear
Where exactly and how am I supposed to run these commands? I have tried to use the docker console for the container but I get the following error:
OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
I am following this guide where I am told to run the following commands:
Where exactly and how am I supposed to run these commands? I have tried to use the docker console for the container but I get the following error:
OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
I am using Docker Compose on Ubuntu Server.
Thanks for your help.