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/e051b1dfea9c9320cc9dd420c475ae74cff0d901/Dockerfile.local
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
FROM node:16.17-alpine
|
|
|
|
COPY . /app
|
|
WORKDIR /app
|
|
|
|
RUN yarn
|
|
|
|
CMD yarn dev
|