mirror of
https://github.com/sascha-hemi/spaceDevices.git
synced 2026-03-21 05:06:36 +01:00
adds a docker image to build the binary
This commit is contained in:
15
docker/README.md
Normal file
15
docker/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Build with docker
|
||||
|
||||
Use the `do.sh` script file in the top directory.
|
||||
|
||||
## Build the docker image
|
||||
|
||||
```shell script
|
||||
./do.sh docker-image
|
||||
```
|
||||
|
||||
## Build binary
|
||||
|
||||
```shell script
|
||||
./do.sh docker-build
|
||||
```
|
||||
Reference in New Issue
Block a user