Fix openrent
This commit is contained in:
parent
b3a7ab40c8
commit
4d08f5d08d
5 changed files with 135 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue