Use Python 3.11 PostGIS base for all-in-one image
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 04:43:26 +02:00
parent e553ce845b
commit 786955a166
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN npm install
COPY frontend/ ./
RUN npm run build
FROM postgis/postgis:16-3.4 AS runtime
FROM postgis/postgis:16-3.4-bookworm AS runtime
ENV GEOINTEL_ENV=production \
GEOINTEL_API_PREFIX=/api/v1 \