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", "'*'"]