Remove default nginx site from 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:55:42 +02:00
parent 1acff7c47f
commit b00afa9181
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ RUN /usr/bin/python3.11 -m venv /opt/geointel/venv \
&& pip install --no-cache-dir ".[gis]" \
&& python scripts/gis_import_smoke.py \
&& chmod +x /usr/local/bin/geointel-all-in-one-start \
&& rm -f /etc/nginx/sites-enabled/default \
&& mkdir -p /app/storage /run/nginx /var/log/nginx
VOLUME ["/var/lib/postgresql/data", "/app/storage"]