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/c6163122336dbe1a8d1789f4b2a07a754516e7ed/Dockerfile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
FROM node:14
|
|
|
|
# Create app directory
|
|
WORKDIR /app
|
|
|
|
COPY . .
|
|
|
|
EXPOSE 3333
|
|
CMD [ "npm", "run", "start:prod" ]
|