Skip to content

Commit

Permalink
Improve doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed May 25, 2024
1 parent 56cf2fb commit 467c45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/dev/BUILDinDocker.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ sidebar:
```bash
# ARCN_HOST_DIR 的值可以是一个空目录或尚不存在的目录,也可以是宿主机上已有的 arCNiso 项目目录
ARCN_HOST_DIR=$HOME/arCNiso
mkdir -p $ARCN_DIR
mkdir -p $ARCN_HOST_DIR
sudo docker run \
-v "$ARCN_DIR":/home/archer/arCNiso \
-v "$ARCN_HOST_DIR":/home/archer/arCNiso \
--privileged -dt \
--restart=unless-stopped \
--name arcn \
Expand Down

0 comments on commit 467c45a

Please sign in to comment.