opendatacube / datacube-explorer

Web-based exploration of Open Data Cube collections
Apache License 2.0
54 stars 31 forks source link

Add dockerignore #597

Closed pjonsson closed 1 month ago

pjonsson commented 1 month ago

This avoids bringing in various local files into the docker build context, so the docker cache will be tainted less often, improving the performance of image rebuilds.

If the docker cache gets in the way, one can still use docker build --no-cache.


📚 Documentation preview 📚: https://datacube-explorer--597.org.readthedocs.build/en/597/

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.32%. Comparing base (aa0d9f3) to head (ddb3345). Report is 31 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #597 +/- ## =========================================== + Coverage 86.29% 86.32% +0.03% =========================================== Files 26 26 Lines 3451 3466 +15 =========================================== + Hits 2978 2992 +14 - Misses 473 474 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.