From e24bcae88cf8c14ea543f49b639b2976c627d201 Mon Sep 17 00:00:00 2001 From: zman Date: Fri, 7 Feb 2025 20:39:44 -0500 Subject: [PATCH] a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 059311e..344c37a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY . . EXPOSE 8000 -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file +CMD ["uvicorn", "app:main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file