Docker icon indicating copy to clipboard operation
Docker copied to clipboard

sudo: command not found

Open atlep opened this issue 7 years ago • 0 comments

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 my system.

$ git log -1
commit 6de5173544848dc25c25033bb3d316c9bd943298 (HEAD -> 2.3, origin/2.3)
Merge: 6251e8d 25730b4
Author: Jabasukuriputo Wang <[email protected]>
Date:   Fri Jul 6 15:09:08 2018 +0800

    Merge pull request #306 from CachetHQ/cachet-v2.3.15 Close #305
    
    Cachet v2.3.15

atlep avatar Nov 06 '18 22:11 atlep