Fix zoopla
This commit is contained in:
parent
13980a2887
commit
4f61c702b1
2 changed files with 186 additions and 42 deletions
|
|
@ -5,6 +5,10 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
|||
WORKDIR /app
|
||||
COPY finder/pyproject.toml ./
|
||||
RUN uv pip install --system -r pyproject.toml
|
||||
RUN playwright install-deps chromium firefox
|
||||
RUN playwright install chromium
|
||||
RUN camoufox fetch \
|
||||
&& python -c "from camoufox.pkgman import camoufox_path; p = camoufox_path(download_if_missing=False); print('Camoufox verified at', p)"
|
||||
|
||||
COPY finder/*.py ./
|
||||
COPY property-data/arcgis_data.parquet /data/arcgis_data.parquet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue