Use available Python 3.11 PostGIS base
This commit is contained in:
@@ -6,7 +6,7 @@ RUN npm install
|
||||
COPY frontend/ ./
|
||||
RUN npm run build
|
||||
|
||||
FROM postgis/postgis:16-3.4-bookworm AS runtime
|
||||
FROM postgis/postgis:16-3.5 AS runtime
|
||||
|
||||
ENV GEOINTEL_ENV=production \
|
||||
GEOINTEL_API_PREFIX=/api/v1 \
|
||||
|
||||
Reference in New Issue
Block a user