hound icon indicating copy to clipboard operation
hound copied to clipboard

Docker image currently broken (ghcr.io/hound-search/hound:latest)

Open moson-mo opened this issue 1 year ago • 7 comments

Hi,

The image is currently not working:

2023/05/07 09:24:26 Searcher started for Hound
2023/05/07 09:24:27 All indexes built!
2023/05/07 09:24:27 running server at http://localhost:6080
panic: open .build/ui/index.tpl.html: file does not exist

goroutine 1 [running]:
main.main()
	/go/src/github.com/hound-search/hound/cmds/houndd/main.go:187 +0x445

I guess it got published with the CI run of https://github.com/hound-search/hound/pull/459

Pushing a new docker image should probably not happen with pull requests, but only for new releases?

moson-mo avatar May 07 '23 09:05 moson-mo