mark docker-serve as deprecated in the docs

This commit is contained in:
SataQiu
2020-07-09 14:19:20 +08:00
parent 059fb9e8e6
commit f8de42868f
2 changed files with 7 additions and 0 deletions
@@ -185,6 +185,10 @@ cd <web-base>
make docker-serve
```
{{< note >}}
The use of `make docker-serve` is deprecated. Please use `make container-serve` instead.
{{< /note >}}
## Commit the changes
In `<web-base>` run `git add` and `git commit` to commit the change.