diff --git a/Dockerfile b/Dockerfile index 747d316..e886dc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"] \ No newline at end of file +CMD ["uvicorn", "code.main:app", "--host", "0.0.0.0", "--port", "8080"] \ No newline at end of file