frontend añadido y backend de creacion de notas
This commit is contained in:
@@ -6,11 +6,7 @@ ENV POSTGRES_USER=postgres \
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
gdal-bin \
|
||||
postgresql-15-pgvector \
|
||||
postgresql-15-postgis-3 \
|
||||
postgresql-15-postgis-3-scripts \
|
||||
proj-bin \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copiamos scripts de inicialización
|
||||
|
||||
Reference in New Issue
Block a user