add auth to speechToText container

This commit is contained in:
2023-01-05 13:29:51 +01:00
parent 50a512f1e5
commit 11c935962b
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
COPY src src
COPY server.py server.py
CMD [ "python3","-u", "server.py", "--host=0.0.0.0"]
CMD [ "python3","-u", "server.py"]