Closed vasyl-ivanchuk closed 1 year ago
Docker compose changes to use built versions of the packages.
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.
Added these changes to https://github.com/matter-labs/zkcli-block-explorer/pull/6 including some other fixes
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.