fix: Remove setup_database.sql from Dockerfile

Database schema is managed externally - the SQL file was only copied
but never used by the application.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-14 12:16:27 +01:00
co-authored by Claude Opus 4.5
parent 6f8e6f1c1f
commit feb7c9e561
-1
View File
@@ -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