Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/612f0fde2d5db0d3ede5d72b87d08d758a64091a/docker-entrypoint.sh You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docker-entrypoint.sh

10 lines
215 B

#!/bin/sh
set -e
# This is in attempt to preserve the original behavior of the Dockerfile,
# while also supporting the lscr.io /config directory
[ ! -d "/app/config" ] && ln -s /config /app/config
node server.js