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/3e476868b1376826b498263c6539139b51f26092/Dockerfile.local You should set ROOT_URL correctly, otherwise the web may not work correctly.
overseerr/Dockerfile.local

9 lines
73 B

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