run server with python3

This commit is contained in:
makaveli10
2024-02-26 18:50:18 +05:30
parent c067224474
commit ea64d47899
+1 -1
View File
@@ -30,4 +30,4 @@ COPY whisper_live /app/whisper_live
COPY run_server.py /app
CMD ["python", "run_server.py"]
CMD ["python3", "run_server.py"]