Package static assets inside the query-service binary #609
Labels
enhancement
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Currently we copy static assets directory to the docker image separately and point the query service to it using cli switch.
Some people swear by https://github.com/jteeuwen/go-bindata or its extension https://github.com/elazarl/go-bindata-assetfs.
This will be especially useful if we support non-Docker packaging (#426).
The text was updated successfully, but these errors were encountered: