diff --git a/Dockerfile b/Dockerfile index 3a8faa3..83baeba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy application COPY src/ ./src/ -COPY setup_database.sql . COPY pyproject.toml . # Configure git