Updated Reset Password via CLI (markdown)

migrate-v1-to-v2
Louis Lam 2021-08-09 20:26:13 +08:00
parent a726fbe0f1
commit 0b99b26ac5
1 changed files with 4 additions and 0 deletions

@ -1,5 +1,9 @@
## With Docker
```
docker exec -it <container name> npm run reset-password
```
## Without Docker
```bash