From 39096a890151f3c0b277912b69314f586f18f751 Mon Sep 17 00:00:00 2001 From: Joe Stanley Date: Sun, 1 Sep 2024 15:11:24 -0700 Subject: [PATCH] corrected path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15300dc..19f566c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ COPY --from=uibuilder /backend /server RUN pip install --no-cache-dir --upgrade -r /server/requirements.txt -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80", "--forwarded-allow-ips", "'*'"] +CMD ["uvicorn", "wordwall.main:app", "--host", "0.0.0.0", "--port", "80", "--forwarded-allow-ips", "'*'"]