workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Docker volume to re-use Amman account/program cache #243

Open nathanleclaire opened 2 years ago

nathanleclaire commented 2 years ago

I think we download these every time right?

Screen Shot 2022-07-15 at 9 53 06 AM

Amman caches them locally, so a good enhancement could be to use a volume for that cache, it's only ~700KB for Metaplex, but if we/users add more, could get a little annoying to pull every time. Also, it slows down startup time.