janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.57k stars 1.18k forks source link

.dockerignore: remove unnecessary files from Docker build context #686

Open schildbach opened 2 weeks ago

schildbach commented 2 weeks ago

This removes hidden files (including the git configuration and history!) and the docker/compose files. These files are not needed for building and running and bloat the image, can leak sensitive information and invalidate the build cache.

Again, I tested this against my own installation.