forked from lxh/go-wxhelper
6 lines
97 B
Markdown
6 lines
97 B
Markdown
|
|
||
|
|
||
|
### 手动打包镜像
|
||
|
```shell
|
||
|
docker build --push -t repo.lxh.io/lxh/go-wxhelper:latest .
|
||
|
```
|