Skip to content

Commit

Permalink
docs(deploy): fix docker dir typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Oct 28, 2021
1 parent 04281a5 commit 4c40fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
2. 构建 Image 并运行 Container

```bash
sudo docker build -t cea-check-in https://github.com/ceajs/cea.git#main:cea
sudo docker build -t cea-check-in https://github.com/ceajs/cea.git#main:docker

sudo docker run -dv /tmp/conf:/tmp/conf cea-check-in
```
Expand Down

0 comments on commit 4c40fd7

Please sign in to comment.