Skip to content

Commit

Permalink
change to port 5001
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-michalguspiel committed Oct 1, 2024
1 parent bc407a2 commit 5520f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.http
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN pip3 install -r requirements_http.txt

COPY models /app/models

EXPOSE 5000
EXPOSE 5001

CMD ["python3", "-m", "piper.http_server", "-m", "/app/models/en_GB-alan-medium.onnx"]
CMD ["python3", "-m", "piper.http_server", "-m", "/app/models/en_GB-alan-medium.onnx" , "--port", "5001"]

0 comments on commit 5520f47

Please sign in to comment.