These work
This commit is contained in:
parent
3599803589
commit
1588c01b19
19 changed files with 260 additions and 201 deletions
|
|
@ -18,7 +18,7 @@ FROM debian:bookworm-slim
|
|||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /app
|
||||
COPY --from=server /app/server-rs/target/release/property-map-server ./
|
||||
COPY --from=frontend /app/frontend/dist ./dist/
|
||||
COPY --from=frontend /app/frontend/dist ./frontend/dist/
|
||||
|
||||
COPY property-data/wide.parquet ./data/
|
||||
COPY property-data/filtered_uk_pois.parquet ./data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue