schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 364 forks source link

Create .dockerignore to speedup build. #173

Open hloeffler opened 4 years ago

hloeffler commented 4 years ago

I'm not sure what your binary needs, but if you know, using multi stage docker builds will help to make the docker image very small. (https://docs.docker.com/develop/develop-images/multistage-build/)

If you tell me, i'm glad to help.