scoring and analyzsis
This commit is contained in:
+3
-1
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user