atlep
Results
1
issues of
atlep
Hi. When running `docker-compose up` I got a `sudo: command not found` error from the line ``` keygen="$(sudo php artisan key:generate)" ``` in `entrypoint.sh`. Removing `sudo` made it work on...