Skip to content

Commit

Permalink
try to fix long request on explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
ElessarST committed Mar 4, 2024
1 parent e7ae393 commit 15dc385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/Dockerfile-explorer
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 15dc385

Please sign in to comment.