Fix openrent

This commit is contained in:
Andras Schmelczer 2026-03-15 11:40:06 +00:00
parent b3a7ab40c8
commit 4d08f5d08d
5 changed files with 135 additions and 53 deletions

View file

@ -5,6 +5,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
WORKDIR /app
COPY pyproject.toml ./
RUN uv pip install --system -r pyproject.toml
RUN playwright install --with-deps chromium
COPY *.py ./
COPY property-data/arcgis_data.parquet /data/arcgis_data.parquet