mirror of
https://github.com/sascha-hemi/spaceDevices.git
synced 2026-03-21 03:04:20 +01:00
16 lines
199 B
Markdown
16 lines
199 B
Markdown
# 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
|
|
```
|