1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
This commit is contained in:
kev 2015-12-04 19:23:58 +08:00
parent 34de722ad0
commit 884811143c

View File

@ -58,6 +58,9 @@ module.exports = {
}
```
> Password hash can be generated by:
>> `node -e "console.log(require('bcryptjs').hashSync('password', 8))"`
## up and running
```