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/4ce941a7812a496611f56e7ae6b9fee14e8c46c0/.devcontainer/Dockerfile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
ARG VARIANT="16-buster"
|
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
|
|
|
|
RUN npm install -g pnpm
|
|
|
|
ENV PATH="${PATH}:./node_modules/.bin"
|