Skip to content

Commit

Permalink
docs: add Docker build to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Aug 10, 2024
1 parent eb55b55 commit 9a99ae8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ deployctl deploy

Fork this project, then visit <https://dash.deno.com> and create new project after loging in.

### Docker

```sh
docker run -d mumulhl/duckduckgo-ai-chat-service
```

## Configuration

Configuration using environment variables:
Expand Down
6 changes: 6 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ deployctl deploy

fork 本项目,访问 <https://dash.deno.com>,登录后点击创建新项目。

### Docker

```sh
docker run -d mumulhl/duckduckgo-ai-chat-service
```

## 配置

采用环境变量进行配置:
Expand Down

0 comments on commit 9a99ae8

Please sign in to comment.