Skip to content

Commit 86046c3

Browse files
authored
Update README.md
1 parent f482aed commit 86046c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ npm run dev
8787
## Docker 部署 | Docker Deployment
8888

8989
### 使用预构建镜像 | Using Pre-built Image
90+
我们提供了预构建的Docker镜像,您可以直接拉取使用:
91+
92+
```bash
93+
# 拉取最新镜像 | Pull the latest image
94+
docker pull ghcr.io/zzzdajb/dickhelper:latest
95+
96+
# 运行容器 | Run container
97+
docker run -d -p 80:80 --name dick-helper ghcr.io/zzzdajb/dickhelper:latest
98+
```
99+
100+
### 自行构建镜像 | Build Your Own Image
101+
如果您想自行构建Docker镜像,可以按照以下步骤操作:
90102

91103
```bash
92104
# 构建镜像 | Build image

0 commit comments

Comments
 (0)