diff --git a/docker/Dockerfile b/docker/Dockerfile index ca53a08..979afa1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,4 +10,4 @@ COPY . /app ENV PYTHONPATH=/app -CMD ["uvicorn", "agent-api.main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file +CMD ["uvicorn", "agent_api.main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file