matter-labs / zkcli-block-explorer

zkSync Block Explorer module for zkcli
MIT License
7 stars 7 forks source link

fix: docker to use built packages #5

Closed vasyl-ivanchuk closed 1 year ago

vasyl-ivanchuk commented 1 year ago

What :computer:

Docker compose changes to use built versions of the packages.

Why :hand:

For CLI we don't need to map the source code and care about hot reload that's why it's better to switch to built versions of the packages.

JackHamer09 commented 1 year ago

Added these changes to https://github.com/matter-labs/zkcli-block-explorer/pull/6 including some other fixes