diff --git a/Dockerfile b/Dockerfile index f286235..2d9a7c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"] \ No newline at end of file +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "5000"] \ No newline at end of file