diff --git a/audio_server/Containerfile b/audio_server/Containerfile index f3e903c..c35742a 100644 --- a/audio_server/Containerfile +++ b/audio_server/Containerfile @@ -16,4 +16,5 @@ RUN apt -y install ffmpeg WORKDIR /app EXPOSE 8000 -CMD ["uvicorn", "audio_server:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "logging_config.yaml"] \ No newline at end of file +COPY logging_config.yaml logging_config.yaml +CMD ["uvicorn", "audio_server:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "logging_config.yaml"]