aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy <[email protected]>2021-05-28 12:00:43 -0400
committerJeremy <[email protected]>2021-05-28 12:00:43 -0400
commit067140cf65a5aa5e7dd07ee404ebcb476c40a359 (patch)
tree028d24c609f07495c8618eb309f079f251bed7d7
parentfix: docker setup once and for all (diff)
downloadhost.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.sh0
-rw-r--r--docs/docker.md6
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.