jsonc
jsonc copied to clipboard
Add dockerfile
Fixes #4
I wasn't sure how to tell go to only build the cli command, but I guess for such a short build time it doesn't really matter too much.
I'm also not sure if this is the correct way to build a static binary with Go but it seems to work. Needed because the final image is created from scratch so there are no extra OS or library files in the image.
https://hub.docker.com/_/scratch/