mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
Update README.md
This commit is contained in:
@@ -109,14 +109,9 @@ cp .env.example ./backend/.env
|
|||||||
|
|
||||||
## Docker 部署
|
## Docker 部署
|
||||||
|
|
||||||
- 构建镜像:
|
|
||||||
```bash
|
|
||||||
# 构建示例
|
|
||||||
docker build --platform linux/amd64 -t cloud-saver . --no-cache
|
|
||||||
```
|
|
||||||
- 运行容器:
|
- 运行容器:
|
||||||
```bash
|
```bash
|
||||||
docker run -d -p 8008:8008 --name cloud-saver cloud-saver
|
docker run -d -p 8008:8008 --name cloud-saver ghcr.io/jiangrui1994/cloudsaver
|
||||||
```
|
```
|
||||||
|
|
||||||
## 交流沟通
|
## 交流沟通
|
||||||
|
|||||||
Reference in New Issue
Block a user