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
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728
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)
## 如何贡献