ethereum / sourcify

Decentralized Solidity contract source code verification service
https://sourcify.dev
MIT License
775 stars 384 forks source link

Add .nx to dockerignore #1513

Closed kuzdogan closed 1 month ago

kuzdogan commented 1 month ago

When building the containers locally, nx and lerna will encounter a mismatch in device ids because the .nx folder containing the build cache is copied in the building container.

Ignore .nx to do a clean lerna build when building the Docker images locally