cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

sudo: command not found #321

Open atlep opened 5 years ago

atlep commented 5 years ago

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 <wfjsw@users.noreply.github.com>
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