From 15dc385f4f7c5794d7bcdddd6e4091de7da0e9f7 Mon Sep 17 00:00:00 2001 From: Aydar Farrakhov Date: Mon, 4 Mar 2024 13:10:00 +0300 Subject: [PATCH] try to fix long request on explorer --- indexer/Dockerfile-explorer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexer/Dockerfile-explorer b/indexer/Dockerfile-explorer index 253494a..a3c919d 100644 --- a/indexer/Dockerfile-explorer +++ b/indexer/Dockerfile-explorer @@ -38,4 +38,4 @@ COPY --from=builder /squid/schema.graphql schema.graphql # remove if no commands.json is in the root ADD commands.json . ENV PROCESSOR_PROMETHEUS_PORT 3000 -CMD ["npm", "run", "serve"] +CMD ["npm", "run", "serve:prod"]