Skip to content

Commit 3759a8f

Browse files
Back to uvicorn
1 parent aed9dbd commit 3759a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ RUN apt-get update && \
2020
apt-get install -y portaudio19-dev
2121
RUN pip install -r requirements.txt
2222

23-
CMD python main.py
23+
CMD uvicorn main:app --host=0.0.0.0 --port=8080
24+

0 commit comments

Comments
 (0)