mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-22 21:27:43 +08:00
更新安装文档,替换Docker构建步骤为拉取最新夜间版镜像
This commit is contained in:
parent
6b20e9eae0
commit
94a021bab0
@ -37,11 +37,9 @@ python main.py
|
|||||||
|
|
||||||
## **Run with Docker**
|
## **Run with Docker**
|
||||||
|
|
||||||
1. Install [`Docker`](https://docs.docker.com/get-docker/)
|
```bash
|
||||||
2. Clone Repo `git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1`
|
docker pull git.liteyuki.icu/bot/app:latest # Nightly build
|
||||||
3. Change directory `cd LiteyukiBot`
|
```
|
||||||
4. Build docker image `docker build -t liteyukibot .`
|
|
||||||
5. Run container `docker run -p 20216:20216 -v $(pwd):/liteyukibot -v $(pwd)/.cache:/root/.cache liteyukibot`
|
|
||||||
|
|
||||||
> [!tip]
|
> [!tip]
|
||||||
> If you are using Windows, please use the absolute project directory `/path/to/LiteyukiBot` instead of `$(pwd)` <br>
|
> If you are using Windows, please use the absolute project directory `/path/to/LiteyukiBot` instead of `$(pwd)` <br>
|
||||||
|
@ -33,11 +33,9 @@ python main.py
|
|||||||
|
|
||||||
## **使用Docker构建**
|
## **使用Docker构建**
|
||||||
|
|
||||||
1. 安装 [`Docker`](https://docs.docker.com/get-docker/)
|
```bash
|
||||||
2. 克隆项目 `git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1`
|
docker pull git.liteyuki.icu/bot/app:latest # 每夜版镜像
|
||||||
3. 进入轻雪目录 `cd LiteyukiBot`
|
```
|
||||||
4. 构建镜像 `docker build -t liteyukibot .`
|
|
||||||
5. 启动容器 `docker run -p 20216:20216 -v $(pwd):/liteyukibot -v $(pwd)/.cache:/root/.cache liteyukibot`
|
|
||||||
|
|
||||||
> [!tip]
|
> [!tip]
|
||||||
> Windows请使用项目绝对目录`/path/to/LiteyukiBot`代替`$(pwd)` <br>
|
> Windows请使用项目绝对目录`/path/to/LiteyukiBot`代替`$(pwd)` <br>
|
||||||
|
Loading…
Reference in New Issue
Block a user