LGTM
This commit is contained in:
parent
a8165249a4
commit
a4103b0896
64 changed files with 5376 additions and 3832 deletions
|
|
@ -24,9 +24,6 @@ WORKDIR /app
|
|||
COPY --from=server /app/server-rs/target/release/property-map-server ./
|
||||
COPY --from=frontend /app/frontend/dist ./frontend/dist/
|
||||
|
||||
# Data is provided via volume mounts at runtime — not baked into the image.
|
||||
# Mount points:
|
||||
# /app/data - properties.parquet, postcode.parquet, filtered_uk_pois.parquet, places.parquet, uk.pmtiles, postcode_boundaries/, travel-times/
|
||||
VOLUME ["/app/data"]
|
||||
|
||||
RUN chown -R appuser:appuser /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue