Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/de6884184388c352450f102957e3340f679b3f3e/docker/entrypoint.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
echo "Running database migrations"
|
|
npx prisma migrate deploy
|
|
|
|
echo "Seeding the database"
|
|
npx prisma db seed
|
|
|
|
echo "Starting the server"
|
|
node main
|