update
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2024-12-08 03:36:45 +01:00
parent a5606b01b4
commit 9e1818c77d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM postgres:17
RUN apt-get update && apt-get install -y \
postgresql-17-postgis-3 \
postgresql-17-postgis-3-scripts \
postgresql-17-pgvector \
&& rm -rf /var/lib/apt/lists/*
EXPOSE 5432