diff options
| author | Jeremy <[email protected]> | 2021-05-28 12:00:43 -0400 |
|---|---|---|
| committer | Jeremy <[email protected]> | 2021-05-28 12:00:43 -0400 |
| commit | 067140cf65a5aa5e7dd07ee404ebcb476c40a359 (patch) | |
| tree | 028d24c609f07495c8618eb309f079f251bed7d7 | |
| parent | fix: docker setup once and for all (diff) | |
| download | host.fuwn.me-067140cf65a5aa5e7dd07ee404ebcb476c40a359.tar.xz host.fuwn.me-067140cf65a5aa5e7dd07ee404ebcb476c40a359.zip | |
Made chibisafe.sh executable and updated docker docs to fix the chibisafe.sh name
| -rwxr-xr-x[-rw-r--r--] | docker/chibisafe.sh | 0 | ||||
| -rw-r--r-- | docs/docker.md | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/chibisafe.sh b/docker/chibisafe.sh index b6e2f44..b6e2f44 100644..100755 --- a/docker/chibisafe.sh +++ b/docker/chibisafe.sh diff --git a/docs/docker.md b/docs/docker.md index 0dd8bec..cdfa590 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -16,8 +16,8 @@ After that: Once you are done run the following commands: - `cd docker` -- `./chibisafe prod pull` -- `./chibisafe prod build` -- `./chibisafe prod up -d` +- `./chibisafe.sh prod pull` +- `./chibisafe.sh prod build` +- `./chibisafe.sh prod up -d` Congrats, your chibisafe instance is now running. |