diff --git a/Dockerfile b/Dockerfile index 73fdfcc..983e87c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ COPY . . EXPOSE 9210 # Command to run the FastAPI application -CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"] \ No newline at end of file +CMD ["uvicorn", "app:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"] \ No newline at end of file