diff --git a/Dockerfile b/Dockerfile index d45dabe..fd7fdfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.13-slim ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 # Use an environment variable to define the script path -ENV APP_ENTRYPOINT "/app/mcp/gpt_researcher/server.py" +ENV APP_ENTRYPOINT "/app/phoenix_technologies/gpt_researcher/server.py" # Set working directory within the container