1
0
mirror of synced 2025-11-06 05:10:37 +08:00

Update Dockerfile to remove sudo from fc-cache command

This commit is contained in:
Anduin
2024-06-03 12:52:07 +00:00
parent 97a3d6d9ce
commit 1df335b082
2 changed files with 4 additions and 4 deletions

View File

@@ -15,14 +15,14 @@
## 本地部署
如果需要在本地阅读这个仓库可以在安装 Docker 后运行下命令:
如果需要在本地部署菜谱 Web 服务可以在安装 Docker 后运行下命令:
```bash
docker pull ghcr.io/anduin2017/how-to-cook:latest
docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
```
下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)
如需下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)
## 如何贡献

View File

@@ -15,14 +15,14 @@
## 本地部署
如果需要在本地阅读这个仓库可以在安装 Docker 后运行下命令:
如果需要在本地部署菜谱 Web 服务可以在安装 Docker 后运行下命令:
```bash
docker pull ghcr.io/anduin2017/how-to-cook:latest
docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
```
下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)
如需下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)
## 如何贡献