Skip to content

Commit

Permalink
Fix docker endpoint
Browse files Browse the repository at this point in the history
The right endpoint script is `ovos-stt-server`

https://github.com/OpenVoiceOS/ovos-stt-http-server/blob/dev/setup.py#L81

`ovos-stt-http-server` does not work
  • Loading branch information
atd authored Oct 15, 2023
1 parent 1954a2b commit 2bd8868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN pip3 install ovos-stt-http-server==0.0.1

RUN pip3 install {PLUGIN_HERE}

ENTRYPOINT ovos-stt-http-server --engine {PLUGIN_HERE}
ENTRYPOINT ovos-stt-server --engine {PLUGIN_HERE}
```

build it
Expand Down

0 comments on commit 2bd8868

Please sign in to comment.