Skip to content

Commit

Permalink
mac での開発用コンテナの起動方法を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Na-x4 committed Nov 2, 2021
1 parent 9f4b16f commit ba87326
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ user@docker:~$ cd aquestalk-proxy
user@docker:~$ cargo test
```

For Mac

```
$ docker run -it --name=dev \
-v "$(pwd)"/:/home/user/aquestalk-proxy/:delegated \
-p 21569:21569 \
--entrypoint '' \
aquestalk-proxy-dev bash
```

## Required Notices

- 本プログラムは、株式会社アクエストの規則音声合成ライブラリ「AquesTalk」を使用しています。
Expand Down

0 comments on commit ba87326

Please sign in to comment.