Skip to content

Commit

Permalink
Update Dockerfile to remove sudo from fc-cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Jun 3, 2024
1 parent 97a3d6d commit 1df335b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/templates/readme_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 如何贡献

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 如何贡献

Expand Down

0 comments on commit 1df335b

Please sign in to comment.