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:
@@ -13,7 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
# Copy application
|
# Copy application
|
||||||
COPY src/ ./src/
|
COPY src/ ./src/
|
||||||
COPY setup_database.sql .
|
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml .
|
||||||
|
|
||||||
# Configure git
|
# Configure git
|
||||||
|
|||||||
Reference in New Issue
Block a user