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/193b548d0b59c0d1d31daf1ceb8f24dce81bccda/docker-entrypoint.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/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
|