From 6078b35b87439635c56ccf36674b4e05b16d42d0 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:14:38 +0200 Subject: [PATCH] chore: Removes .env copy from mcp dockerfile (#1042) ## 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. --- cognee-mcp/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/cognee-mcp/Dockerfile b/cognee-mcp/Dockerfile index a3f06c749..ae5621f19 100644 --- a/cognee-mcp/Dockerfile +++ b/cognee-mcp/Dockerfile @@ -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