优化Dockerfile使用

This commit is contained in:
bjdgyc
2021-04-09 14:50:23 +08:00
parent d8eb8ab7ed
commit fae0d269d9

View File

@@ -108,7 +108,7 @@ systemd 脚本放入:
```bash
#获取仓库源码
git clone -b dev https://github.com/bjdgyc/anylink.git
git clone https://github.com/bjdgyc/anylink.git
# 构建镜像
docker build -t anylink .
```