Made chibisafe.sh executable and updated docker docs to fix the chibisafe.sh name

This commit is contained in:
Jeremy 2021-05-28 12:00:43 -04:00
parent 44cdb2a51e
commit 067140cf65
2 changed files with 3 additions and 3 deletions

0
docker/chibisafe.sh Normal file → Executable file
View File

View File

@ -16,8 +16,8 @@ After that:
Once you are done run the following commands: Once you are done run the following commands:
- `cd docker` - `cd docker`
- `./chibisafe prod pull` - `./chibisafe.sh prod pull`
- `./chibisafe prod build` - `./chibisafe.sh prod build`
- `./chibisafe prod up -d` - `./chibisafe.sh prod up -d`
Congrats, your chibisafe instance is now running. Congrats, your chibisafe instance is now running.