near / pagoda-relayer-rs

Rust Reference Implementation of Relayer for NEP-366 Meta Transactions
MIT License
32 stars 15 forks source link

chore: Clean up Dockerfile and configuration #80

Closed r-near closed 7 months ago

r-near commented 7 months ago

One thing to take into consideration is that if we're using Docker for local dev, this would slow things down.

anthony-near commented 7 months ago

I don't have too much Docker expertise, so I'm going to defer to @anshal-savla for this. I'm not using docker for local dev. Think it only makes sense to run docker locally to test before a release.

anshal-savla commented 7 months ago

LGTM @r-near why do you think using docker for local dev will slow you down?

r-near commented 7 months ago

LGTM @r-near why do you think using docker for local dev will slow you down?

Specifically adding a dependency will require rebuilding all dependencies from scratch. Personally I don't use Docker for local dev either.