Skip to content

Commit

Permalink
Fix docker endpoint (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
atd authored Oct 15, 2023
1 parent 1954a2b commit ad5743a
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 ad5743a

Please sign in to comment.