Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/cc4d9128fc966995630e28d9a726ca1316845eee/Dockerfile.local You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/Dockerfile.local

9 lines
73 B

FROM node:16.17-alpine
COPY . /app
WORKDIR /app
RUN yarn
CMD yarn dev