Files
spaceDevices/docker/README.md
2020-01-11 20:44:08 +01:00

20 lines
281 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
# installs dependencies, only once needed
./do.sh docker-dep
# build the binary
./do.sh docker-build
```