From 191b21f275b05df5b2b68829f085ce6f477251ef Mon Sep 17 00:00:00 2001 From: Henrik Jess Date: Tue, 10 Dec 2024 17:20:44 +0100 Subject: [PATCH] Loads of boiler plating --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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