added truncated args

This commit is contained in:
array-in-a-matrix 2024-08-01 20:24:20 -04:00
parent 60ddd8462f
commit b3408fb804

View file

@ -35,7 +35,7 @@ nimble test
To compile the binary only, run the following (executable will be found in `/bin/`):
```sh
docker buildx build -t glimpse-server:latest --output=bin --target=runner -f
docker buildx build -t glimpse-server:latest --output=bin --target=runner -f bin.dockerfile .
```
To deploy an instance of glimpse within docker, run: