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

9 lines
73 B

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