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/e9b1a9e80e6b8285fa451a8551c5832a850c1746/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