scoring and analyzsis

This commit is contained in:
Ole
2026-05-23 07:43:30 +00:00
parent c9383788de
commit d3f4bfa838
7 changed files with 1113 additions and 305 deletions
+3 -1
View File
@@ -10,8 +10,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxslt1-dev \
&& rm -rf /var/lib/apt/lists/*
# Copy dependency files
# Copy source files
COPY pyproject.toml ./
COPY finn_eiendom ./finn_eiendom
COPY README.md ./
# Create virtual environment and install dependencies
RUN python -m venv /venv && \