From 4bfd1e35206f29d8ff6bc4dec5a3de554e5997d7 Mon Sep 17 00:00:00 2001 From: 8ga Date: Mon, 2 Mar 2026 13:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=83=A8=E7=BD=B2PostGIS.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 部署PostGIS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/部署PostGIS.md b/部署PostGIS.md index 1486a05..b524a1a 100644 --- a/部署PostGIS.md +++ b/部署PostGIS.md @@ -71,6 +71,8 @@ services: git clone https://github.com/amutu/zhparser.git ``` +## Dockerfile + ```bash FROM postgis/postgis:16-master @@ -110,6 +112,8 @@ RUN rm -rf /tmp/* WORKDIR / ``` +## 自行编译 + ```bash docker build -t pgsql-gis-fts . ``` \ No newline at end of file