Commit 2d527d6b authored by Will Cory's avatar Will Cory

feat(indexer): update Dockerfile to run indexer all

parent 69c7af17
......@@ -22,4 +22,4 @@ FROM alpine:3.18
COPY --from=builder /app/indexer/indexer /usr/local/bin
CMD ["indexer", "--config", "/app/indexer/indexer.toml"]
CMD ["indexer", "all", "--config", "/app/indexer/indexer.toml"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment