DOCKERFILE A GOGO

This commit is contained in:
bel
2023-03-28 20:05:14 -06:00
parent b2654a10b2
commit 3a36333ef6
2 changed files with 7 additions and 1 deletions

View File

@@ -35,6 +35,12 @@ See `./config.d/rusty-pipe.d`
# Server
### Docker
```bash
docker build -f Dockerfile -t mayhem-party-venue . && docker run -p 17070-17071:17070-17071 --rm -it -v /run/user/$UID/pulse/native:/run/user/0/pulse/native -e PULSE_SERVER=unix:/run/user/0/pulse/native -v "$PWD"/mnt.d:/mnt mayhem-party-venue
```
## TTS
`cd ./git.d/tts.d/larynx.d; bash run.sh`