joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
267 stars 24 forks source link

feat: create a minimal docker image and github workflow for building it when pushed to master branch #60

Closed crebsy closed 1 month ago

crebsy commented 1 month ago

What I did

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rindexer-documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 11:02am
joshstevens19 commented 1 month ago

good PR @crebsy - can we add some documentation?

crebsy commented 1 month ago

@joshstevens19 I've just added a small section for Docker inside the README and also packaged the static binary for the graphql server into the final image.

o-az commented 1 month ago

I was able to run this locally using just the Dockerfile. So I think you can merge this and I will update my pr to include railway template @joshstevens19