fix(docker): configure pnpm to use the verdaccio registry during Docker builds

This commit is contained in:
2026-05-09 20:02:45 +00:00
parent 2596303c06
commit 1c1d55ab8a
4 changed files with 9 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ FROM code.foss.global/host.today/ht-docker-node:lts AS build
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN pnpm config set registry https://verdaccio.lossless.digital/
RUN pnpm config set store-dir .pnpm-store
RUN pnpm install --frozen-lockfile