feat(map): add cache-first Cesium gateway and AMD egress

This commit is contained in:
Codex
2026-07-16 02:23:56 +03:00
parent 59e9c92415
commit 7b55d887bc
31 changed files with 4956 additions and 167 deletions
+2 -4
View File
@@ -10,11 +10,9 @@ RUN apk add --no-cache su-exec
COPY package.json ./
COPY src ./src
COPY docker-entrypoint.sh /usr/local/bin/nodedc-map-gateway
RUN chmod +x /usr/local/bin/nodedc-map-gateway
COPY runtime-entrypoint.mjs /app/runtime-entrypoint.mjs
EXPOSE 18103
ENTRYPOINT ["/usr/local/bin/nodedc-map-gateway"]
ENTRYPOINT ["node", "/app/runtime-entrypoint.mjs"]
CMD ["node", "src/server.mjs"]