Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/b678998801d1a184ee2ef484572bc4bbc82d1b45/publish-docker-image.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/publish-docker-image.sh

6 lines
228 B

set -xe
echo "$DOCKER_HUB_ACCESS_TOKEN" | docker login -u "$DOCKER_HUB_USERNAME" --password-stdin
docker build -t ghostfolio/ghostfolio:$TRAVIS_TAG -t ghostfolio/ghostfolio:latest .
docker push ghostfolio/ghostfolio --all-tags