We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed9dbd commit 3759a8fCopy full SHA for 3759a8f
Dockerfile
@@ -20,4 +20,5 @@ RUN apt-get update && \
20
apt-get install -y portaudio19-dev
21
RUN pip install -r requirements.txt
22
23
-CMD python main.py
+CMD uvicorn main:app --host=0.0.0.0 --port=8080
24
+
0 commit comments