Set HOSTNAME variable to (re)enable server docker image indexing
Created by: rvantonder
The server docker image won't return the default hostname expected by Zoekt (it is 127.0.0.1:3070
) and instead returns the container hash. This change sets the expected host name.
Test plan:
I will build a server image from this patch and confirm indexing works. We should add a regression test.