feat(map): add cache-first Cesium gateway and AMD egress
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user