Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/blame/commit/7a931bd0182da6250de337dcba71e08f4a61a631/docker/Dockerfile.xgo You should set ROOT_URL correctly, otherwise the web may not work correctly.
scrutiny/docker/Dockerfile.xgo

8 lines
137 B

FROM techknowlogick/xgo:go-1.13.x
WORKDIR /go/src/github.com/analogj/scrutiny
COPY . /go/src/github.com/analogj/scrutiny
RUN make all