Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SDCOM-0415 authored Oct 2, 2024
1 parent d3dabe1 commit ab39710
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
- 当然,因为去除了后台接口配置功能,所以此页面只能一对一了。

## 打包
使用GitHub actions

## 启动
获取镜像
```sh
npm install -g pnpm
pnpm i
pnpm build
docker build -f ./build/Dockerfile -t clash-and-dashboard:latest .
docker pull sdcom/mihomo-and-dashboard:latest
```
国内镜像
```sh
docker pull docker.1panel.dev/sdcom/mihomo-and-dashboard::latest
```

## 启动
运行
```sh
docker run -d \
--name clash \
Expand Down

0 comments on commit ab39710

Please sign in to comment.