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

Fix scrutiny binary location

pull/1/head
Jake Howard 4 years ago committed by GitHub
parent 62b2ec9554
commit 5c6e1b5ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,4 +34,4 @@ COPY --from=frontendbuild /scrutiny/dist /scrutiny/web
RUN chmod +x /scrutiny/bin/scrutiny && \
mkdir -p /scrutiny/web && \
mkdir -p /scrutiny/config
CMD ["/scrutiny", "start"]
CMD ["/scrutiny/bin/scrutiny", "start"]

Loading…
Cancel
Save