run server with python3
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user