add docker build script

This commit is contained in:
Luca Oliano
2024-02-05 18:11:53 +01:00
parent de117f5a06
commit 6c079d1340
3 changed files with 64 additions and 0 deletions

10
Docker/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Build with Docker
You can build this project using Docker. Just run the following commands in the console:
```console
cd Docker
./build_with_docker.sh
```
once the script is complete you will find the nuki_nub binary in the `nuki_hub/build/release` folder.