cachethq / cachethq/Docker

sudo: command not found

Open
#321 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Shell
Stars
439
Forks
271
PR merge metrics
No merged PRs in 30d

Description

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
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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.