Merge pull request #276 from jeremyfritzen/master

Made Chibisafe.sh executable + Updated Docker docs
This commit is contained in:
Kana 2021-06-07 16:26:22 +09:00 committed by GitHub
commit 987078b9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:
- `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.