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/0fc83486dc17c69304ea474db59c95d634f9f1ed/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
|