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

7 lines
160 B

ARG VARIANT="16-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
RUN npm install -g pnpm
ENV PATH="${PATH}:./node_modules/.bin"