chore: Removes .env copy from mcp dockerfile (#1042)
<!-- .github/pull_request_template.md --> ## Description Removes env copy from mcp docker file ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin.
This commit is contained in:
parent
acd05e2ba5
commit
6078b35b87
1 changed files with 0 additions and 3 deletions
|
|
@ -33,9 +33,6 @@ COPY ./cognee-mcp/pyproject.toml ./cognee-mcp/uv.lock ./cognee-mcp/entrypoint.sh
|
|||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --frozen --no-install-project --no-dev --no-editable
|
||||
|
||||
# Copy .env file first if it exists (for environment variables)
|
||||
COPY .env* /app/
|
||||
|
||||
# Copy Alembic configuration
|
||||
COPY alembic.ini /app/alembic.ini
|
||||
COPY alembic/ /app/alembic
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue