diff --git a/Dockerfile b/Dockerfile index cee36cf..d3f7548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,7 @@ COPY ojp2/ ojp2/ COPY nova/ nova/ COPY api/ api/ EXPOSE 8000 -CMD ["fastapi","run","/app/server.py","--port", "8000"] \ No newline at end of file +ENV LOG_LEVEL=INFO +ENV XML_LOG_ENABLED=false +ENV LOG_FILE_HANDLER_ENABLED=false +CMD ["fastapi","run","/app/server.py","--port", "8000"]