feat(map): cache and search reference stations

This commit is contained in:
Codex
2026-07-25 15:37:53 +03:00
parent fe274872e4
commit 951b884c4b
10 changed files with 1108 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ RUN apk add --no-cache su-exec
COPY package.json ./
COPY src ./src
COPY zone-sources ./zone-sources
COPY reference-sources ./reference-sources
COPY runtime-entrypoint.mjs /app/runtime-entrypoint.mjs
EXPOSE 18103