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/f5899f08a1d77124daf842a60d2196b1d5b67f94/.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"