From 46a19515863b8083608730ab5d1fb36bc7dd8fcd Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Thu, 12 Dec 2024 20:05:47 +0100 Subject: [PATCH] Clas based startup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 983e87c..0f27692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ COPY . . EXPOSE 9210 # Command to run the FastAPI application -CMD ["uvicorn", "app:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"] \ No newline at end of file +CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"] \ No newline at end of file