container: version does not print anything
Open
bug
- Dominant language
- Go
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Steps:
```
docker run ghcr.io/rollkit/gm:v0.1.0 version
```
Or:
```
docker run -it --entrypoint bash ghcr.io/rollkit/gm:v0.1.0
gmd version
```
Both only returns an empty line instead of version information.
Contributor guide
Assessment
This issue has not been assessed yet.