mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-10 15:18:46 +08:00
Update README.md
This commit is contained in:
@@ -109,14 +109,9 @@ cp .env.example ./backend/.env
|
||||
|
||||
## Docker 部署
|
||||
|
||||
- 构建镜像:
|
||||
```bash
|
||||
# 构建示例
|
||||
docker build --platform linux/amd64 -t cloud-saver . --no-cache
|
||||
```
|
||||
- 运行容器:
|
||||
```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