correct audio server Containerfile to include logging config
This commit is contained in:
@@ -16,4 +16,5 @@ RUN apt -y install ffmpeg
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 8000
|
||||
COPY logging_config.yaml logging_config.yaml
|
||||
CMD ["uvicorn", "audio_server:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "logging_config.yaml"]
|
||||
Reference in New Issue
Block a user