diff --git a/Dockerfile b/Dockerfile
index 3e786271605a636c736114929a1f2c9ec78d1bad..a0683c8ffef1ce2bab786e592ad3de3bfcfd55e3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,4 +23,4 @@ RUN poetry install --only-root
 
 EXPOSE 8080
 
-CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers"]
\ No newline at end of file
+CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers", "--no-access-log"]
\ No newline at end of file