no-mistakes(test): Fix Docker build: add build-system config and scope package discovery to app*

This commit is contained in:
root
2026-07-23 12:25:10 +00:00
parent a8745c79c9
commit 955b59945c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ COPY alembic/ alembic/
COPY app/ app/
# Install Python dependencies
RUN pip install --no-cache-dir -e .
RUN pip install --no-cache-dir .
# Expose port
EXPOSE 8000