Install DockerMan template and PNG icon
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 05:06:02 +02:00
parent b9dc2aab42
commit 6010d876bf
12 changed files with 71 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
FRONTEND_URL="${1:-http://localhost:1202}"
BACKEND_HEALTH_URL="${2:-}"
API_URL="${FRONTEND_URL%/}/api/v1/projects"
ICON_URL="${FRONTEND_URL%/}/geointel-icon.svg"
ICON_URL="${FRONTEND_URL%/}/geointel-icon.png"
if ! command -v curl >/dev/null 2>&1; then
echo "curl is required for browser runtime verification" >&2